This commit is contained in:
Will McGugan 2021-06-10 12:26:28 +01:00
parent a9d723dd69
commit 7111aa9d6e
2 changed files with 7 additions and 1 deletions

View file

@ -15,6 +15,8 @@ class Bird:
yield "fly", self.fly, True
yield "extinct", self.extinct, False
# __rich_repr__.angular = True
from rich import print