feat: 修改脚本配置API

This commit is contained in:
DLmaster361
2025-08-04 16:13:00 +08:00
parent a8ec29d2ed
commit e71a518b49
8 changed files with 363 additions and 328 deletions

View File

@@ -23,5 +23,6 @@ __author__ = "DLmaster361 <DLmaster_361@163.com>"
__license__ = "GPL-3.0 license"
from .ConfigBase import *
from .schema import *
__all__ = ["ConfigBase"]
__all__ = ["ConfigBase", "schema"]