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

4 lines
76 B
Python

# 初始化配置包
from .settings import Settings
__all__ = ["Settings"]