diff options
Diffstat (limited to 'hrc/rule/BaseRule')
| -rw-r--r-- | hrc/rule/BaseRule/CharacterCard.py | 22 | ||||
| -rw-r--r-- | hrc/rule/BaseRule/CustomRule.py | 0 | ||||
| -rw-r--r-- | hrc/rule/BaseRule/Wiki.py | 0 |
3 files changed, 22 insertions, 0 deletions
diff --git a/hrc/rule/BaseRule/CharacterCard.py b/hrc/rule/BaseRule/CharacterCard.py new file mode 100644 index 0000000..6d09e5a --- /dev/null +++ b/hrc/rule/BaseRule/CharacterCard.py @@ -0,0 +1,22 @@ +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/rule/BaseRule/CustomRule.py b/hrc/rule/BaseRule/CustomRule.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/hrc/rule/BaseRule/CustomRule.py diff --git a/hrc/rule/BaseRule/Wiki.py b/hrc/rule/BaseRule/Wiki.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/hrc/rule/BaseRule/Wiki.py |
