Skip to content

Commit ee6380e

Browse files
committed
Added comment
1 parent d5326b0 commit ee6380e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WallGo/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
# list of submodules for lazy importing
3131
submodules = ["PotentialTools"]
3232

33+
# This allows: `from WallGo import *`
3334
__all__ = submodules + [
3435
"BoltzmannSolver",
3536
"Config",

0 commit comments

Comments
 (0)