fix(import): add missing file

This commit is contained in:
Romain J 2021-01-27 15:52:13 +01:00
parent 975a3b3d14
commit bb87d77e33

View file

@ -0,0 +1,6 @@
from rich.console import Console
from rich.traceback import install
console = Console()
install(console=console, show_locals=True)