Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
# schema_patcher.py
from menu_maker import *
menu_items = ["Delete", "Patch", "List"]
menu = Terminal_Menu(menu_items)
menu.print_menu()
selection = menu.select_menu_item()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment