From a53bc2df778248a81d7d2f25bbe03223912efcdc Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Jun 2024 16:02:51 +0800 Subject: fix: repair incorrect module import path --- hrc/rule/BaseRule/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hrc/rule/BaseRule/__init__.py (limited to 'hrc/rule/BaseRule') diff --git a/hrc/rule/BaseRule/__init__.py b/hrc/rule/BaseRule/__init__.py new file mode 100644 index 0000000..fbb8df2 --- /dev/null +++ b/hrc/rule/BaseRule/__init__.py @@ -0,0 +1,3 @@ +from . import CharacterCard +from . import CustomRule +from . import Wiki \ No newline at end of file -- cgit v1.2.3-70-g09d2