mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
feat: 创建翻译组件 feat: 创建git组件 feat: 创建xaml读取组件 feat: 创建cli chore: 各种配置文件 chore: 更新本地化文档 fix: 更新git编码 feat: 添加多轮对话机制
5 lines
62 B
Python
5 lines
62 B
Python
from src.cli import cli
|
|
|
|
if __name__ == '__main__':
|
|
cli()
|