mirror of
https://github.com/joshuadavidthomas/dotfiles.git
synced 2025-07-07 20:55:01 +00:00
6 lines
No EOL
117 B
Text
6 lines
No EOL
117 B
Text
try:
|
|
from rich import pretty, traceback
|
|
pretty.install()
|
|
traceback.install()
|
|
except ImportError:
|
|
pass |