diff options
Diffstat (limited to 'hrc/rules')
| -rw-r--r-- | hrc/rules/BaseRule/CharacterCard.py | 22 | ||||
| -rw-r--r-- | hrc/rules/BaseRule/CustomRule.py | 0 | ||||
| -rw-r--r-- | hrc/rules/BaseRule/Wiki.py | 0 | ||||
| -rw-r--r-- | hrc/rules/__init__.py | 19 | ||||
| -rw-r--r-- | hrc/rules/config.py | 4 | ||||
| -rw-r--r-- | hrc/rules/py.typed | 0 |
6 files changed, 0 insertions, 45 deletions
diff --git a/hrc/rules/BaseRule/CharacterCard.py b/hrc/rules/BaseRule/CharacterCard.py deleted file mode 100644 index 6d09e5a..0000000 --- a/hrc/rules/BaseRule/CharacterCard.py +++ /dev/null @@ -1,22 +0,0 @@ -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/rules/BaseRule/CustomRule.py b/hrc/rules/BaseRule/CustomRule.py deleted file mode 100644 index e69de29..0000000 --- a/hrc/rules/BaseRule/CustomRule.py +++ /dev/null diff --git a/hrc/rules/BaseRule/Wiki.py b/hrc/rules/BaseRule/Wiki.py deleted file mode 100644 index e69de29..0000000 --- a/hrc/rules/BaseRule/Wiki.py +++ /dev/null diff --git a/hrc/rules/__init__.py b/hrc/rules/__init__.py deleted file mode 100644 index ff1c230..0000000 --- a/hrc/rules/__init__.py +++ /dev/null @@ -1,19 +0,0 @@ -import functools -from typing import Generic, Any, Type - -from abc import ABC - -from . import BaseRule -from ..typing import RulesT - - -class Rules(ABC, Generic[RulesT]): - ... - - -def aliases(names, ignore_case=False): - def decorator(func): - func._aliases = names - func._ignore_case = ignore_case - return func - return decorator diff --git a/hrc/rules/config.py b/hrc/rules/config.py deleted file mode 100644 index 2926a03..0000000 --- a/hrc/rules/config.py +++ /dev/null @@ -1,4 +0,0 @@ -from pydantic import ConfigDict, BaseModel - -class ConfigModel(BaseModel): - ...
\ No newline at end of file diff --git a/hrc/rules/py.typed b/hrc/rules/py.typed deleted file mode 100644 index e69de29..0000000 --- a/hrc/rules/py.typed +++ /dev/null |
