Skip to content

Commit 2365982

Browse files
committed
add modules dir to init
1 parent c450945 commit 2365982

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pymgrid/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
1010
from .utils import add_pymgrid_yaml_representers, dry_run
1111

1212
import pymgrid.envs
13+
import pymgrid.modules
1314

1415
__all__ = [
1516
'add_pymgrid_yaml_representers',
1617
'dry_run',
1718
'Microgrid',
1819
'MicrogridGenerator',
1920
'NonModularMicrogrid',
20-
'envs'
21+
'envs',
22+
'modules'
2123
]

0 commit comments

Comments
 (0)