diff options
Diffstat (limited to 'hydro_roll_core')
| -rw-r--r-- | hydro_roll_core/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hydro_roll_core/__init__.py b/hydro_roll_core/__init__.py new file mode 100644 index 0000000..f82e318 --- /dev/null +++ b/hydro_roll_core/__init__.py @@ -0,0 +1,5 @@ +from .hydro_roll_core import * + +def sum_words(a: str, b: str) -> str: + return a + b + |
