save game outputs

This commit is contained in:
Waylon Walker 2023-05-15 20:11:35 -05:00
parent 05bf37796a
commit da42cbb4bb
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
2 changed files with 140 additions and 89 deletions

View file

@ -1,3 +1,3 @@
from rich.console import Console
console = Console()
console = Console(record=True, width=80)