lot
This commit is contained in:
@@ -38,3 +38,7 @@ def splash():
|
||||
|
||||
def select(title, options):
|
||||
return questionary.select(title, options).ask()
|
||||
|
||||
|
||||
def text(title):
|
||||
return questionary.text(title).ask()
|
||||
|
||||
Reference in New Issue
Block a user