soyailabs / app\core\__init__.py
wiizm's picture
Upload app\core\__init__.py with huggingface_hub
53b425c verified
raw
history blame contribute delete
172 Bytes
"""
Core 모듈: 설정 및 로거
"""
from app.core.config import get_config
from app.core.logger import get_logger
__all__ = ['get_config', 'get_logger']