dotfiles/.pythonrc
2021-10-14 08:57:07 -05:00

6 lines
No EOL
117 B
Text

try:
from rich import pretty, traceback
pretty.install()
traceback.install()
except ImportError:
pass