6 lines
99 B
Python
6 lines
99 B
Python
|
from rich import pretty
|
||
|
from rich.console import Console
|
||
|
|
||
|
pretty.install()
|
||
|
print = Console().print
|