diff options
Diffstat (limited to 'hydro_roll_core/libcore.pyi')
| -rw-r--r-- | hydro_roll_core/libcore.pyi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hydro_roll_core/libcore.pyi b/hydro_roll_core/libcore.pyi index 937bef3..6364ca4 100644 --- a/hydro_roll_core/libcore.pyi +++ b/hydro_roll_core/libcore.pyi @@ -1,6 +1,7 @@ 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""" + + def process_rule_pack(rule_pack: str) -> str: ... |
