mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-25 06:14:29 +00:00
5 lines
153 B
Python
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"]
|