From 0f74df0e709672118f06cec1c6fdd02ccfa31e63 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Thu, 27 Jun 2024 21:19:06 +0800 Subject: chore(file tree): add CustomRule class in hrc.rules.BaseRule --- hrc/rules/BaseRule/__init__.py | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 hrc/rules/BaseRule/__init__.py (limited to 'hrc/rules/BaseRule/__init__.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 -- cgit v1.2.3-70-g09d2