Skip to content

Commit

Permalink
WIP: automate submodule discovery - x6
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed May 22, 2024
1 parent d1de898 commit c0a3cdc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions antspynet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# mypackage/__init__.py

import importlib
import pkgutil
import sys
Expand All @@ -26,5 +24,4 @@ def import_submodules(package_name):
__all__.append(attribute_name)

# Import all submodules and their functions
import_submodules('antspynet.architectures')
import_submodules('antspynet.utilities')
import_submodules('antspynet')

0 comments on commit c0a3cdc

Please sign in to comment.