ScriptsPublicos/pyRichRepl.py

6 lines
99 B
Python
Raw Normal View History

2022-04-23 00:59:43 -04:00
from rich import pretty
from rich.console import Console
pretty.install()
print = Console().print