diff options
Diffstat (limited to 'hrc/rules/BaseRule/JudgeRule.py')
| -rw-r--r-- | hrc/rules/BaseRule/JudgeRule.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/hrc/rules/BaseRule/JudgeRule.py b/hrc/rules/BaseRule/JudgeRule.py deleted file mode 100644 index 20d28a2..0000000 --- a/hrc/rules/BaseRule/JudgeRule.py +++ /dev/null @@ -1,13 +0,0 @@ -import dataclasses -from dataclasses import dataclass -from typing import Literal, Optional, Union - -@dataclass -class Custom(object): - ... - -class Attribute(Custom): - ... - -class Skill(Custom): - ... |
