Files
FragmentAPI/app/core/__init__.py
T

5 lines
153 B
Python

from app.core.config import Config, config
from app.core.logging import logger, setup_logging
__all__ = ["Config", "config", "logger", "setup_logging"]