last commit

This commit is contained in:
Raphaël LACROIX 2023-05-31 23:59:24 +02:00
parent 315602a36f
commit 794add9e34

View file

@ -1,7 +1,7 @@
try:
from rich.console import Console
from rich.table import Tablessdf
from rich.table import Table
except:
print("\n\n=====================\n\nplease install rich !\n You can also run \"python3 interpreter/interpreter.old.py\" if you want something that does not use any non-core package\n\n=====================\n\n")