aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--hrc/rules/BaseRule/CustomRule.py0
-rw-r--r--hrc/rules/BaseRule/__init__.py35
2 files changed, 0 insertions, 35 deletions
diff --git a/hrc/rules/BaseRule/CustomRule.py b/hrc/rules/BaseRule/CustomRule.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/hrc/rules/BaseRule/CustomRule.py
diff --git a/hrc/rules/BaseRule/__init__.py b/hrc/rules/BaseRule/__init__.py
deleted file mode 100644
index c30e24a..0000000
--- a/hrc/rules/BaseRule/__init__.py
+++ /dev/null
@@ -1,35 +0,0 @@
-import dataclasses
-from dataclasses import dataclass
-from typing import Literal, Optional, Union
-
-from . import JudgeRule
-from . import CharacterCard
-
-@dataclass
-class CustomRule(object):
- """Docstring for CustomRule."""
- property: type
-
-
-@dataclass
-class ExpansionRule(object):
- """Docstring for ExpansionRule."""
- property: type
-
-
-@dataclass
-class Wiki(object):
- """Docstring for Wiki."""
- property: type
-
-
-@dataclass
-class Query(object):
- """Docstring for Query."""
- property: type
-
-
-@dataclass
-class Duration(object):
- """Docstring for Duration."""
- property: type