diff --git a/examples/attrs.py b/examples/attrs.py index bb6e5850..4928405f 100644 --- a/examples/attrs.py +++ b/examples/attrs.py @@ -44,6 +44,11 @@ if __name__ == "__main__": console = Console() + console.print( + "\nRich can pretty print [b]attrs[/b] objects ( https://www.attrs.org/en/stable/ )\n", + justify="center", + ) + console.rule("attrs without Rich") print(model)