Files
2025-12-25 18:04:10 +08:00

10 lines
83 B
Python

"""
路由模块
@author huazm
"""
from .api import api_bp
__all__ = ['api_bp']