update
This commit is contained in:
6
backend/app/config/__init__.py
Normal file
6
backend/app/config/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# src/config/__init__.py
|
||||
"""配置模块"""
|
||||
|
||||
from .settings import Settings, get_settings, settings
|
||||
|
||||
__all__ = ["Settings", "get_settings", "settings"]
|
||||
Reference in New Issue
Block a user