aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hrc/rule/BaseRule
diff options
context:
space:
mode:
Diffstat (limited to 'hrc/rule/BaseRule')
-rw-r--r--hrc/rule/BaseRule/CharacterCard.py17
-rw-r--r--hrc/rule/BaseRule/CustomRule.py0
-rw-r--r--hrc/rule/BaseRule/Wiki.py0
-rw-r--r--hrc/rule/BaseRule/__init__.py3
4 files changed, 0 insertions, 20 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): ...
diff --git a/hrc/rule/BaseRule/CustomRule.py b/hrc/rule/BaseRule/CustomRule.py
deleted file mode 100644
index e69de29..0000000
--- a/hrc/rule/BaseRule/CustomRule.py
+++ /dev/null
diff --git a/hrc/rule/BaseRule/Wiki.py b/hrc/rule/BaseRule/Wiki.py
deleted file mode 100644
index e69de29..0000000
--- a/hrc/rule/BaseRule/Wiki.py
+++ /dev/null
diff --git a/hrc/rule/BaseRule/__init__.py b/hrc/rule/BaseRule/__init__.py
deleted file mode 100644
index fdde86c..0000000
--- a/hrc/rule/BaseRule/__init__.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from . import CharacterCard # noqa: F401
-from . import CustomRule # noqa: F401
-from . import Wiki # noqa: F401