aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hydro_roll_core/__init__.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-04 03:58:29 +0800
committer简律纯 <i@jyunko.cn>2024-03-04 03:58:29 +0800
commitcff0ce84eef922912bcc277cd613e96f3571575e (patch)
tree434a0080d1fd8472310a12673d4112b811c3d730 /hydro_roll_core/__init__.py
parent967ce6dc6fb3329b93293862c4e9178b8ce87091 (diff)
downloadHydroRollCore-cff0ce84eef922912bcc277cd613e96f3571575e.tar.gz
HydroRollCore-cff0ce84eef922912bcc277cd613e96f3571575e.zip
refactor!: rewrite in rust
Diffstat (limited to 'hydro_roll_core/__init__.py')
-rw-r--r--hydro_roll_core/__init__.py5
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
+