Skip to content

Instantly share code, notes, and snippets.

@mhemrg
Created December 2, 2020 07:21
Show Gist options
  • Save mhemrg/0408ffb88fafbfaf6a9ef7b7148b1b0e to your computer and use it in GitHub Desktop.
Save mhemrg/0408ffb88fafbfaf6a9ef7b7148b1b0e to your computer and use it in GitHub Desktop.
Flask app.run example
if __name__ == '__main__':
app.run(debug=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment