BarginBots / src /utils /logger.py
SHAH-MEER's picture
Upload folder using huggingface_hub
0cb1870 verified
raw
history blame contribute delete
121 Bytes
"""Provides a shared Rich console instance for styled logging."""
from rich.console import Console
console = Console()