aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hydro_roll_core
diff options
context:
space:
mode:
Diffstat (limited to 'hydro_roll_core')
-rw-r--r--hydro_roll_core/__init__.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/hydro_roll_core/__init__.py b/hydro_roll_core/__init__.py
index f82e318..4740127 100644
--- a/hydro_roll_core/__init__.py
+++ b/hydro_roll_core/__init__.py
@@ -1,5 +1,4 @@
-from .hydro_roll_core import *
+from . import corelib
def sum_words(a: str, b: str) -> str:
- return a + b
-
+ return a + b \ No newline at end of file