mirror of
https://github.com/Textualize/rich.git
synced 2025-12-23 07:08:35 +00:00
words
This commit is contained in:
parent
a9d723dd69
commit
7111aa9d6e
2 changed files with 7 additions and 1 deletions
|
|
@ -15,6 +15,8 @@ class Bird:
|
|||
yield "fly", self.fly, True
|
||||
yield "extinct", self.extinct, False
|
||||
|
||||
# __rich_repr__.angular = True
|
||||
|
||||
|
||||
from rich import print
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue