初始化

This commit is contained in:
2026-04-10 10:57:44 +08:00
parent ec6e7573de
commit a19a468298
70 changed files with 5676 additions and 0 deletions

3
core/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from core import types
Config = types.Config()