diff options
| author | 2024-05-28 00:28:39 +0800 | |
|---|---|---|
| committer | 2024-05-28 00:28:39 +0800 | |
| commit | 28a7b2ecd90e7e67427682a99b8616e13042b4ab (patch) | |
| tree | b97c4784f5b27963aafde21701a135934fef6f5d /hydro_roll_core/libcore.pyi | |
| parent | 2c8f4880eb6ddd0040c20e264dac1aebb018a8b2 (diff) | |
| download | HydroRollCore-28a7b2ecd90e7e67427682a99b8616e13042b4ab.tar.gz HydroRollCore-28a7b2ecd90e7e67427682a99b8616e13042b4ab.zip | |
chore: refresh source tree files
Diffstat (limited to 'hydro_roll_core/libcore.pyi')
| -rw-r--r-- | hydro_roll_core/libcore.pyi | 6 |
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""" + ... |
