aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hrc/rules/config.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-06-28 11:33:07 +0800
committer简律纯 <i@jyunko.cn>2024-06-28 11:33:07 +0800
commit2827c09958aa6778e4499d34f5949d6f5677f2c6 (patch)
treef24a313500def2e24ebba91ec5ab41a99ff2f35d /hrc/rules/config.py
parent0f74df0e709672118f06cec1c6fdd02ccfa31e63 (diff)
downloadHydroRollCore-2827c09958aa6778e4499d34f5949d6f5677f2c6.tar.gz
HydroRollCore-2827c09958aa6778e4499d34f5949d6f5677f2c6.zip
refactor: hrc.rules - > hrc.rule
Diffstat (limited to 'hrc/rules/config.py')
-rw-r--r--hrc/rules/config.py4
1 files changed, 0 insertions, 4 deletions
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