diff --git a/.config/pythonrc b/.config/pythonrc index 9860579..1472769 100644 --- a/.config/pythonrc +++ b/.config/pythonrc @@ -9,6 +9,7 @@ else: # Try to install rich's prettification stuff try: from rich import pretty + from rich import print except ImportError: print("Failed to import Rich for CLI prettification") else: