keepme-backend / src /config /__init__.py
ramanjitsingh1368's picture
Refactor Dockerfile and clean up unused schemas; update Redis client initialization and environment configuration
a3aa6c1
raw
history blame contribute delete
158 Bytes
from ._logger import logger
from ._database import DatabaseConfig
__all__ = ["logger", "DatabaseConfig"]
__version__ = "0.1.0"
__author__ = "Ramanjit Singh"