diff options
| author | 2023-10-07 02:50:20 +0800 | |
|---|---|---|
| committer | 2023-10-07 02:50:20 +0800 | |
| commit | fd1f123d531e25ac066dae6a1ea8dc19fd1c0964 (patch) | |
| tree | a7b1247b880af207a4aff71ae377e8a46f155d93 /HydroRollCore/__init__.py | |
| parent | 6a63a90d8e5831e97b02cec4b67a6fb72285a2bb (diff) | |
| download | infini-fd1f123d531e25ac066dae6a1ea8dc19fd1c0964.tar.gz infini-fd1f123d531e25ac066dae6a1ea8dc19fd1c0964.zip | |
feat: BREAKING CHANGES
Co-authored-by: 白咕咕 <baimianxiao@users.noreply.github.com>
Co-authored-by: kenichiLyon <kenichiLyon@users.noreply.github.com>
Diffstat (limited to 'HydroRollCore/__init__.py')
| -rw-r--r-- | HydroRollCore/__init__.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/HydroRollCore/__init__.py b/HydroRollCore/__init__.py deleted file mode 100644 index 48f904b0..00000000 --- a/HydroRollCore/__init__.py +++ /dev/null @@ -1,7 +0,0 @@ -name = "HydroRollCore" - -from HydroRollCore.core import Core -from HydroRollCore.rule import Rule, RuleLoadType -from HydroRollCore.config import ConfigModel - -__all__ = ['Core', 'Rule', 'ConfigModel', 'RuleLoadType']
\ No newline at end of file |
