[backend] feat: 添加项目基础配置
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from .settings import get_settings, Settings
|
||||
from .database import get_db, init_db, Base, engine, AsyncSessionLocal
|
||||
|
||||
__all__ = [
|
||||
"get_settings",
|
||||
"Settings",
|
||||
"get_db",
|
||||
"init_db",
|
||||
"Base",
|
||||
"engine",
|
||||
"AsyncSessionLocal",
|
||||
]
|
||||
Reference in New Issue
Block a user