forked from goodboy/tractor
1
0
Fork 0

Export portal type at top level

pre_bad_close
Tyler Goodlet 2021-05-25 09:17:53 -04:00
parent 34b6360477
commit 3353e09978
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ from ._exceptions import (
from ._debug import breakpoint, post_mortem
from . import msg
from ._root import run, run_daemon, open_root_actor
from ._portal import Portal
__all__ = [
@ -40,6 +41,7 @@ __all__ = [
'msg',
'open_nursery',
'open_root_actor',
'Portal',
'post_mortem',
'run',
'run_daemon',