Skip to content

Commit 91be961

Browse files
committed
import submodules in init
1 parent a1cb159 commit 91be961

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/anaflow/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
specialrange_cut
8484
"""
8585

86+
from anaflow import flow, tools
8687
from anaflow.flow import (
8788
ext_grf,
8889
ext_grf_steady,
@@ -113,6 +114,7 @@
113114
__version__ = "0.0.0.dev0"
114115

115116
__all__ = ["__version__"]
117+
__all__ += ["flow", "tools"]
116118
__all__ += [
117119
"thiem",
118120
"theis",

0 commit comments

Comments
 (0)