""" DeepSeek2API Neo — 模块化包结构。 使用方式: uvicorn app:app 或 python app.py """ from app.main import app __all__ = ["app"]