From 3b5990a29c807596d25d64840e2ee2024d9a3242 Mon Sep 17 00:00:00 2001 From: Akiva Date: Thu, 10 Dec 2020 01:22:17 +0200 Subject: [PATCH] the same for Chinese and Spanish --- README.cn.md | 1 + README.es.md | 1 + 2 files changed, 2 insertions(+) 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