adoption flow

This commit is contained in:
2026-06-24 15:46:44 -04:00
parent 13b8cd4b5e
commit b644ce5216
5 changed files with 35 additions and 8 deletions

View File

@@ -42,3 +42,7 @@ def select(title, options):
def text(title):
return questionary.text(title).ask()
def confirm(title):
return questionary.confirm(title).ask()