aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/hydrorollcore/__init__.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-12-08 01:03:07 +0800
committerGitHub <noreply@github.com>2023-12-08 01:03:07 +0800
commite777e9261caf84be00a218b60045a14741beee7b (patch)
tree2b0ee095438f929a27fd0af42e40554c6e1ce45d /src/hydrorollcore/__init__.py
parentc10c8237470b5edb6a383e557324fab06fc8d855 (diff)
parentd3076462c53afc848622052611a2ed7c241434e9 (diff)
downloadinfini-e777e9261caf84be00a218b60045a14741beee7b.tar.gz
infini-e777e9261caf84be00a218b60045a14741beee7b.zip
Merge pull request #32 from fu050409/master
🎨 优化抽象基类
Diffstat (limited to 'src/hydrorollcore/__init__.py')
-rw-r--r--src/hydrorollcore/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hydrorollcore/__init__.py b/src/hydrorollcore/__init__.py
index 93c042eb..f0a096fd 100644
--- a/src/hydrorollcore/__init__.py
+++ b/src/hydrorollcore/__init__.py
@@ -3,4 +3,4 @@ from HydroRollCore.config import Config
from HydroRollCore.rule import Rule
from HydroRollCore.core import Core
-__all__ = ['Core', 'Rule', 'Config', 'Cli']
+__all__ = ["Core", "Rule", "Config", "Cli"]