Guest User

Untitled

a guest
May 27th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. from app.load import create_app
  2. app = create_app()
  3.  
  4. # We only need this for local development.
  5. if __name__ == '__main__':
  6. print("initiating the web app...")
  7. app.run(debug=True)
Add Comment
Please, Sign In to add comment