初步迁移数据库

This commit is contained in:
2025-09-28 11:49:26 +08:00
parent 6c512805e8
commit db77d6033b
20 changed files with 249 additions and 153 deletions

View File

@@ -1,9 +1,3 @@
from . import token
from .object import Object
from .setting import Setting
__all__ = [
"Object",
"Setting"
]
from .object import Object