6 lines
73 B
Python
6 lines
73 B
Python
"""API 接口层"""
|
|
|
|
from .endpoints import router
|
|
|
|
__all__ = ["router"]
|