Add python-rich pretty print to REPL
This commit is contained in:
parent
a1a852dee1
commit
a225fb0073
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ else:
|
||||||
# Try to install rich's prettification stuff
|
# Try to install rich's prettification stuff
|
||||||
try:
|
try:
|
||||||
from rich import pretty
|
from rich import pretty
|
||||||
|
from rich import print
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print("Failed to import Rich for CLI prettification")
|
print("Failed to import Rich for CLI prettification")
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue