diff options
| author | 2024-06-17 00:22:18 +0800 | |
|---|---|---|
| committer | 2024-06-17 00:22:18 +0800 | |
| commit | ea840bbc63843bd605a00da31f80241a4f2a9746 (patch) | |
| tree | 4fe1ecc8b1361b6bd23808c2d62d51c5024dffb4 /hydro_roll_core | |
| parent | 09413f06949b421a1c5b0cc05d70d84b184d3397 (diff) | |
| download | HydroRollCore-ea840bbc63843bd605a00da31f80241a4f2a9746.tar.gz HydroRollCore-ea840bbc63843bd605a00da31f80241a4f2a9746.zip | |
chore(deps|rust): add clap dependencies
Diffstat (limited to 'hydro_roll_core')
| -rw-r--r-- | hydro_roll_core/libcore.pyi | 6 |
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: ... |
