Skip to content

Instantly share code, notes, and snippets.

@jattoabdul
Created July 10, 2018 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jattoabdul/abcb7a28a671352af6b21c267407c8ee to your computer and use it in GitHub Desktop.
Save jattoabdul/abcb7a28a671352af6b21c267407c8ee to your computer and use it in GitHub Desktop.
from config import get_env
from app import create_app
app = create_app(get_env('APP_ENV'))
if __name__ == '__main__':
app.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment