eksplicit mapping af envs
This commit is contained in:
3
backend/app/core/__init__.py
Normal file
3
backend/app/core/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from app.core.config import settings # noqa: F401
|
||||
from app.core.database import get_db # noqa: F401
|
||||
from app.core.redis import get_client # noqa: F401
|
||||
Reference in New Issue
Block a user