snapr / src /utils /logger.py
lisekarimi
Deploy version 0.1.0
8366946
raw
history blame contribute delete
121 Bytes
"""Provides a shared Rich console instance for styled logging."""
from rich.console import Console
console = Console()