diff --git a/src/nhssynth/modules/__init__.py b/src/nhssynth/modules/__init__.py index e69de29b..f3cb8f7b 100644 --- a/src/nhssynth/modules/__init__.py +++ b/src/nhssynth/modules/__init__.py @@ -0,0 +1,6 @@ +import nhssynth.modules.dashboard as dashboard # noqa: F401 +import nhssynth.modules.dataloader as dataloader # noqa: F401 +import nhssynth.modules.evaluation as evaluation # noqa: F401 +import nhssynth.modules.model as model # noqa: F401 +import nhssynth.modules.plotting as plotting # noqa: F401 +import nhssynth.modules.structure as structure # noqa: F401