Skip to content

Commit 52763cb

Browse files
committed
[FEATURE](__init__): Importing submodules when a module is loaded
1 parent 77645ca commit 52763cb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

biobb_godmd/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from . import godmd
12
name = "biobb_godmd"
23
__all__ = ["godmd"]
34
__version__ = "4.2.0"

biobb_godmd/godmd/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
from . import godmd_run
2+
from . import godmd_prep
13
name = "godmd"
24
__all__ = ["godmd_run", "godmd_prep"]

0 commit comments

Comments
 (0)