tuxbot-bot/tuxbot/core/utils/console.py

7 lines
154 B
Python
Raw Normal View History

2021-01-27 14:52:13 +00:00
from rich.console import Console
from rich.traceback import install
console = Console()
install(console=console, show_locals=True, width=console.width)