We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5326b0 commit ee6380eCopy full SHA for ee6380e
src/WallGo/__init__.py
@@ -30,6 +30,7 @@
30
# list of submodules for lazy importing
31
submodules = ["PotentialTools"]
32
33
+# This allows: `from WallGo import *`
34
__all__ = submodules + [
35
"BoltzmannSolver",
36
"Config",
0 commit comments