Files
SigHej/backend/app/core/__init__.py
Henrik Jess Nielsen 99e9b509a0
Some checks failed
Backend CI / test (push) Has been cancelled
Flutter CI / analyze-and-test (push) Has been cancelled
eksplicit mapping af envs
2026-05-12 18:21:25 +02:00

4 lines
154 B
Python

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