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

5 lines
58 B
Python

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