example text

This commit is contained in:
Will McGugan 2021-05-08 12:08:02 +01:00
parent ac283976c0
commit 869f5ba962
1 changed files with 5 additions and 0 deletions

View File

@ -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)