unsloth/studio/backend/loggers/__init__.py

3 lines
59 B
Python

from .handlers import get_logger
__all__ = ["get_logger"]