last commit
This commit is contained in:
부모
315602a36f
커밋
794add9e34
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from rich.console import Console
|
from rich.console import Console
|
||||||
from rich.table import Tablessdf
|
from rich.table import Table
|
||||||
except:
|
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")
|
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")
|
||||||
|
|
||||||
|
|
불러오는 중…
Reference in a new issue