5 lines
71 B
Python
5 lines
71 B
Python
|
|
"""API路由模块"""
|
||
|
|
from .routes import router
|
||
|
|
|
||
|
|
__all__ = ["router"]
|