8366946
1
2
3
4
5
6
"""Provides a shared Rich console instance for styled logging.""" from rich.console import Console console = Console()