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, 3 insertions, 3 deletions
diff --git a/hydro_roll_core/libcore.pyi b/hydro_roll_core/libcore.pyi
index 6364ca4..d852171 100644
--- a/hydro_roll_core/libcore.pyi
+++ b/hydro_roll_core/libcore.pyi
@@ -1,7 +1,7 @@
-class libcore:
+class libcore(object):
"""Core library for hydro roll"""
- def __init__(self): ...
+ def __init__(self, name: str = ""): ...
- def process_rule_pack(rule_pack: str) -> str:
+ def process_rule_pack(self, rule_pack: str) -> str:
...