feat: 通用调度适配

This commit is contained in:
DLmaster361
2025-08-11 22:40:42 +08:00
parent 91209ad9e2
commit 09371f0a5c
8 changed files with 1124 additions and 21 deletions

View File

@@ -25,6 +25,7 @@ __license__ = "GPL-3.0 license"
from .skland import skland_sign_in
from .general import GeneralManager
from .MAA import MaaManager
__all__ = ["skland_sign_in", "MaaManager"]
__all__ = ["skland_sign_in", "GeneralManager", "MaaManager"]