"""Web API + Worker 包 公开 API: api.py → FastAPI 应用(由 uvicorn 启动) worker.py → 后台任务处理循环 """ from __future__ import annotations __all__ = []