Skip to content

Commit

Permalink
Fixed import for Flowmancer directly from flowmancer package
Browse files Browse the repository at this point in the history
  • Loading branch information
natsunlee committed Mar 7, 2024
1 parent 8f7b063 commit 02d9a51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flowmancer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from . import checkpointer, extensions, loggers
from .flowmancer import Flowmancer
from .jobdefinition import file

__all__ = ['Flowmancer']

0 comments on commit 02d9a51

Please sign in to comment.