This commit is contained in:
2026-06-22 19:51:04 -04:00
parent 3f6f9599b5
commit 67cdcbca69
5 changed files with 131 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
import time
import questionary
from questionary import Choice as Choice
from untitled import content
@@ -31,3 +34,7 @@ def typewriter(
def splash():
typewriter(content.STUDIO_NAME)
typewriter(content.GAME_NAME, erase=False)
def select(title, options):
return questionary.select(title, options).ask()