diff options
| author | 2024-06-21 04:47:16 +0800 | |
|---|---|---|
| committer | 2024-06-21 04:47:16 +0800 | |
| commit | a2477b28057251c4685dbf0b56359dee7b595bfa (patch) | |
| tree | b1dcd4df60dfcfcc1113d9ee4cd3926a25ca158e /hrc/LibCore.pyi | |
| parent | 2e5b7e8ab75e0d80066d1ef5619d10fe827fd5a8 (diff) | |
| download | HydroRollCore-a2477b28057251c4685dbf0b56359dee7b595bfa.tar.gz HydroRollCore-a2477b28057251c4685dbf0b56359dee7b595bfa.zip | |
refactor(filetree): rename package's namespace as `hrc`
Diffstat (limited to 'hrc/LibCore.pyi')
| -rw-r--r-- | hrc/LibCore.pyi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hrc/LibCore.pyi b/hrc/LibCore.pyi new file mode 100644 index 0000000..aa88747 --- /dev/null +++ b/hrc/LibCore.pyi @@ -0,0 +1,5 @@ +class LibCore(object): + """Core library for hydro roll""" + + def __init__(self, name: str = ""): ... + def process_rule_pack(self, rule_pack: str) -> str: ... |
