diff options
| author | 2024-06-28 11:33:07 +0800 | |
|---|---|---|
| committer | 2024-06-28 11:33:07 +0800 | |
| commit | 2827c09958aa6778e4499d34f5949d6f5677f2c6 (patch) | |
| tree | f24a313500def2e24ebba91ec5ab41a99ff2f35d /hrc/rules/BaseRule | |
| parent | 0f74df0e709672118f06cec1c6fdd02ccfa31e63 (diff) | |
| download | HydroRollCore-2827c09958aa6778e4499d34f5949d6f5677f2c6.tar.gz HydroRollCore-2827c09958aa6778e4499d34f5949d6f5677f2c6.zip | |
refactor: hrc.rules - > hrc.rule
Diffstat (limited to 'hrc/rules/BaseRule')
| -rw-r--r-- | hrc/rules/BaseRule/CharacterCard.py | 22 | ||||
| -rw-r--r-- | hrc/rules/BaseRule/CustomRule.py | 0 | ||||
| -rw-r--r-- | hrc/rules/BaseRule/Wiki.py | 0 |
3 files changed, 0 insertions, 22 deletions
diff --git a/hrc/rules/BaseRule/CharacterCard.py b/hrc/rules/BaseRule/CharacterCard.py deleted file mode 100644 index 6d09e5a..0000000 --- a/hrc/rules/BaseRule/CharacterCard.py +++ /dev/null @@ -1,22 +0,0 @@ -import dataclasses -from dataclasses import dataclass -from typing import Literal, Optional, Union - - -@dataclass -class Custom(object): - """Docstring for Custom.""" - property: type - - -class Attribute(Custom): - ... - - -class Skill(Custom): - ... - - -class Information(Custom): - ... - diff --git a/hrc/rules/BaseRule/CustomRule.py b/hrc/rules/BaseRule/CustomRule.py deleted file mode 100644 index e69de29..0000000 --- a/hrc/rules/BaseRule/CustomRule.py +++ /dev/null diff --git a/hrc/rules/BaseRule/Wiki.py b/hrc/rules/BaseRule/Wiki.py deleted file mode 100644 index e69de29..0000000 --- a/hrc/rules/BaseRule/Wiki.py +++ /dev/null |
