From 0dd371d4f6ef45379e2934fd7106eff3f38eef5e Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Mon, 11 Dec 2023 00:19:17 +0800 Subject: :fire: 清除core.py方案使用子类及规则包注册 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hydrorollcore/config.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/hydrorollcore/config.py (limited to 'src/hydrorollcore/config.py') diff --git a/src/hydrorollcore/config.py b/src/hydrorollcore/config.py deleted file mode 100644 index b76f4b2c..00000000 --- a/src/hydrorollcore/config.py +++ /dev/null @@ -1,6 +0,0 @@ -from pydantic import BaseModel - - -class Config(BaseModel): - rule_dir: list = [] - rules: list = [] -- cgit v1.2.3-70-g09d2