gtg
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user