Skip to content

Commit 3dd49e0

Browse files
committed
Critical fix for module imports
1 parent 1362956 commit 3dd49e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/nhssynth/modules/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import nhssynth.modules.dashboard as dashboard # noqa: F401
2+
import nhssynth.modules.dataloader as dataloader # noqa: F401
3+
import nhssynth.modules.evaluation as evaluation # noqa: F401
4+
import nhssynth.modules.model as model # noqa: F401
5+
import nhssynth.modules.plotting as plotting # noqa: F401
6+
import nhssynth.modules.structure as structure # noqa: F401

0 commit comments

Comments
 (0)