rmtlabs's picture
Upload folder using huggingface_hub
b03e641 verified
raw
history blame
153 Bytes
"""
Logging configuration.
"""
from __future__ import annotations
import logging
__all__ = [
"logger",
]
logger = logging.getLogger(__package__)