Created
December 2, 2020 07:21
-
-
Save mhemrg/0408ffb88fafbfaf6a9ef7b7148b1b0e to your computer and use it in GitHub Desktop.
Flask app.run example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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