diff --git a/README.cn.md b/README.cn.md index 1494c1ef..7597b7ce 100644 --- a/README.cn.md +++ b/README.cn.md @@ -205,6 +205,7 @@ Rich 可以将内容通过排列整齐的,具有相等或最佳的宽度的[ ```python import os +import sys from rich import print from rich.columns import Columns diff --git a/README.es.md b/README.es.md index f8035358..ceacb681 100644 --- a/README.es.md +++ b/README.es.md @@ -219,6 +219,7 @@ Rich puede representar contenido en [columnas](https://rich.readthedocs.io/en/la ```python import os +import sys from rich import print from rich.columns import Columns