aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/HydroRollCore/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'HydroRollCore/__init__.py')
-rw-r--r--HydroRollCore/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/HydroRollCore/__init__.py b/HydroRollCore/__init__.py
index 7c90048d..7133a630 100644
--- a/HydroRollCore/__init__.py
+++ b/HydroRollCore/__init__.py
@@ -1,3 +1,5 @@
name = "HydroRollCore"
from HydroRollCore.rule import Rule
+
+__all__ = ['Rule'] \ No newline at end of file