Files
more_dots/api/__init__.py
T
2026-03-24 18:07:22 +08:00

6 lines
73 B
Python

"""API 接口层"""
from .endpoints import router
__all__ = ["router"]