第一次提交
This commit is contained in:
5
backend/app/core/__init__.py
Normal file
5
backend/app/core/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# Core package
|
||||
from app.core.config import settings
|
||||
from app.core.database import get_db, Base
|
||||
|
||||
__all__ = ["settings", "get_db", "Base"]
|
||||
Reference in New Issue
Block a user