Skip to content

Instantly share code, notes, and snippets.

@msf
Forked from marcelolebre/create_app_service.py
Last active January 13, 2020 17:39
Show Gist options
  • Save msf/c7aa0f42a64efbb66e83495f3c375943 to your computer and use it in GitHub Desktop.
Save msf/c7aa0f42a64efbb66e83495f3c375943 to your computer and use it in GitHub Desktop.
import repository
def create_app(name, description):
validate_app_name(name)
return repository.create_app(name, description)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment