This commit is contained in:
Waylon Walker 2023-01-28 10:46:05 -06:00
commit 70332388e8
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
17 changed files with 242 additions and 0 deletions

3
cave_survival/console.py Normal file
View file

@ -0,0 +1,3 @@
from rich.console import Console
console = Console()