Skip to content

Commit

Permalink
Export portal type at top level
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Aug 10, 2021
1 parent 2a2a898 commit 74a2029
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tractor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from ._debug import breakpoint, post_mortem
from . import msg
from ._root import run, run_daemon, open_root_actor
from ._portal import Portal


__all__ = [
Expand All @@ -40,6 +41,7 @@
'msg',
'open_nursery',
'open_root_actor',
'Portal',
'post_mortem',
'run',
'run_daemon',
Expand Down

0 comments on commit 74a2029

Please sign in to comment.