From 0b71a030e3cc5cf9f02491e0839bebebc5723ec6 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 30 Jul 2023 13:46:16 +0800 Subject: feat: 添加泛型 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HydroRollCore/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'HydroRollCore/__init__.py') diff --git a/HydroRollCore/__init__.py b/HydroRollCore/__init__.py index 7c90048d..7133a630 100644 --- a/HydroRollCore/__init__.py +++ b/HydroRollCore/__init__.py @@ -1,3 +1,5 @@ name = "HydroRollCore" from HydroRollCore.rule import Rule + +__all__ = ['Rule'] \ No newline at end of file -- cgit v1.2.3-70-g09d2