File size: 143 Bytes
33f27ba
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""
DeepSeek2API Neo — 模块化包结构。
使用方式: uvicorn app:app 或 python app.py
"""
from app.main import app

__all__ = ["app"]