Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pkutaj/160af7d8b14c5871cd4d29aeda6fdbcb to your computer and use it in GitHub Desktop.
2023-03-08-How-to-Create-a-Simple-Menu-in-Python-Scripts3.py
# schema_patcher.py
if selection == "Delete":
delete_schema(schema_data)
elif selection == "Patch":
patch_schema(schema_data)
elif selection == "List":
list_schemas(schema_data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment