aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hrc/rule/BaseRule/CharacterCard.py
diff options
context:
space:
mode:
Diffstat (limited to 'hrc/rule/BaseRule/CharacterCard.py')
-rw-r--r--hrc/rule/BaseRule/CharacterCard.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/hrc/rule/BaseRule/CharacterCard.py b/hrc/rule/BaseRule/CharacterCard.py
deleted file mode 100644
index 2baea48..0000000
--- a/hrc/rule/BaseRule/CharacterCard.py
+++ /dev/null
@@ -1,17 +0,0 @@
-from dataclasses import dataclass
-
-
-@dataclass
-class Custom(object):
- """Docstring for Custom."""
-
- property: type
-
-
-class Attribute(Custom): ...
-
-
-class Skill(Custom): ...
-
-
-class Information(Custom): ...