aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hydro_roll_core/libcore.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'hydro_roll_core/libcore.pyi')
-rw-r--r--hydro_roll_core/libcore.pyi6
1 files changed, 6 insertions, 0 deletions
diff --git a/hydro_roll_core/libcore.pyi b/hydro_roll_core/libcore.pyi
new file mode 100644
index 0000000..937bef3
--- /dev/null
+++ b/hydro_roll_core/libcore.pyi
@@ -0,0 +1,6 @@
+class libcore:
+ """Core library for hydro roll"""
+ def __init__(self): ...
+ def sum_as_string(self, a: int, b: int) -> str:
+ """sum two numbers and return the result as a string"""
+ ...