Files
more_dots/api/__init__.py
T

6 lines
73 B
Python
Raw Normal View History

2026-03-24 18:07:22 +08:00
"""API 接口层"""
from .endpoints import router
__all__ = ["router"]