Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
# 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