add import to columns example in README.md

This commit is contained in:
Akiva 2020-12-10 01:16:22 +02:00
parent 104eacbaaa
commit c43744a470
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ Rich can render content in neat [columns](https://rich.readthedocs.io/en/latest/
```python ```python
import os import os
import sys
from rich import print from rich import print
from rich.columns import Columns from rich.columns import Columns