1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-18 07:23:03 +08:00

refactor(modules): 将 AutoScriptEngine 移至 dsl/,ConfigUtils 移至 managers/config/,修复单一职责和依赖倒置问题

This commit is contained in:
2026-05-10 15:32:26 +08:00
parent 22d3c3462c
commit bbd97970a6
8 changed files with 15 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
"""
DSL module for the AutoLibrary project.
Contains the AutoScript DSL engine and related components
for preprocessing user reservation data in timer tasks.
Classes:
- AutoScriptEngine: AutoScript script engine class.
"""