File size: 88 Bytes
b6db694
 
 
 
 
 
 
1
2
3
4
5
6
7
"""
API路由包
"""

from .routes import router as api_router

__all__ = ["api_router"]