From 869f5ba9624a8122b653b3a7221edf027c268814 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 8 May 2021 12:08:02 +0100 Subject: [PATCH] example text --- examples/attrs.py | 5 +++++ 1 file changed, 5 insertions(+) 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)