10 lines
83 B
Python
10 lines
83 B
Python
"""
|
|
路由模块
|
|
|
|
@author huazm
|
|
"""
|
|
from .api import api_bp
|
|
|
|
__all__ = ['api_bp']
|
|
|