diff options
| author | 2024-06-05 04:06:00 +0800 | |
|---|---|---|
| committer | 2024-06-05 04:06:00 +0800 | |
| commit | 09413f06949b421a1c5b0cc05d70d84b184d3397 (patch) | |
| tree | 7b74bdafac7fb420d73137683209ba7d46acdda2 /examples | |
| parent | 28a7b2ecd90e7e67427682a99b8616e13042b4ab (diff) | |
| download | HydroRollCore-09413f06949b421a1c5b0cc05d70d84b184d3397.tar.gz HydroRollCore-09413f06949b421a1c5b0cc05d70d84b184d3397.zip | |
feat(rust): wrap_pyfunction "process_rule_pack" in libcore module
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/BRP/src/character.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/BRP/src/character.py b/examples/BRP/src/character.py index 1dd9442..54503eb 100644 --- a/examples/BRP/src/character.py +++ b/examples/BRP/src/character.py @@ -1,7 +1,6 @@ import inspect from hydro_roll_core.development import Character -from typing import Literal, List, Tuple, Union, Dict, Generic, Optional - +from typing import Literal, List, Tuple, Union, Dict, Generic, Optional, TYPE_CHECKING class Identity: """ |
