Skip to content

Instantly share code, notes, and snippets.

@ModMaamari
Created July 7, 2021 14:51
Show Gist options
  • Save ModMaamari/e015d38e509a81107f582f9a3efa873f to your computer and use it in GitHub Desktop.
Save ModMaamari/e015d38e509a81107f582f9a3efa873f to your computer and use it in GitHub Desktop.
# Import the flask app from __init__.py
from digitReader import app
if __name__ == '__main__':
# Running the app
app.run(debug=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment