report_generation/log/__init__.py
xxy aa98ea2623 @
Initial commit

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@
2026-06-05 18:45:29 +08:00

4 lines
97 B
Python

from .logger import configure_logging, get_logger
__all__ = ["configure_logging", "get_logger"]