♻️重构, 实现基础框架-日志 AUTO_MAA配置 用户配置基类

This commit is contained in:
MoeSnowyFox
2025-08-03 03:43:57 +08:00
parent 908da0bc47
commit f1859a5877
146 changed files with 1220 additions and 30467 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "maa-auto"
version = "0.1.0"
description = "maa-auto~"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiofiles>=24.1.0",
"fastapi>=0.116.1",
"loguru>=0.7.3",
"pydantic>=2.11.7",
"pyyaml>=6.0.2",
"uvicorn>=0.35.0",
]