Skip to content

Commit

Permalink
Critical fix for module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonWilde committed Oct 19, 2023
1 parent 1362956 commit 3dd49e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/nhssynth/modules/__init__.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3dd49e0

Please sign in to comment.