diff --git a/interpreter/interpreter.py b/interpreter/interpreter.py index b370867..074422b 100644 --- a/interpreter/interpreter.py +++ b/interpreter/interpreter.py @@ -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")