report_generation/log/__init__.py
xxy 43f3e0b746 Initial commit
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-05 18:41:06 +08:00

6 lines
141 B
Python

"""日志包:统一日志配置。"""
from log.logger import configure_logging, get_logger
__all__ = ["configure_logging", "get_logger"]