mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-17 23:13:03 +08:00
10 lines
245 B
Python
10 lines
245 B
Python
"""
|
|
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.
|
|
"""
|