12 lines
161 B
Python
12 lines
161 B
Python
# MIT License
|
|
# Copyright (c) 2024
|
|
"""轻量级示教式自动化原型。"""
|
|
|
|
__all__ = [
|
|
"schema",
|
|
"recorder",
|
|
"llm",
|
|
"dsl",
|
|
"executor",
|
|
]
|