diff options
| author | 2024-03-12 04:37:01 +0800 | |
|---|---|---|
| committer | 2024-03-12 04:37:01 +0800 | |
| commit | 0fcbef1be6910d77514bc0de986c4a67aa7e5c8e (patch) | |
| tree | 407c273d3a34b210e427764ab9b19d7a8bdfe123 /hydro_roll_core/__init__.py | |
| parent | cff0ce84eef922912bcc277cd613e96f3571575e (diff) | |
| download | HydroRollCore-0fcbef1be6910d77514bc0de986c4a67aa7e5c8e.tar.gz HydroRollCore-0fcbef1be6910d77514bc0de986c4a67aa7e5c8e.zip | |
chore: update profile and deps
Diffstat (limited to 'hydro_roll_core/__init__.py')
| -rw-r--r-- | hydro_roll_core/__init__.py | 5 |
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 |
