sms_server/backend/routes/v1/__init__.py
2025-03-22 20:52:03 +08:00

5 lines
60 B
Python

# 初始化 v1 API 包
from . import api
__all__ = ["api"]