This commit is contained in:
Waylon Walker 2023-04-27 08:51:14 -05:00
commit de5030a381
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
20 changed files with 1660 additions and 0 deletions

View file

@ -0,0 +1,4 @@
from rich.console import Console
console = Console()
console.quiet = True