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