4 lines
154 B
Python
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
|