Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@justinmoon
Created September 2, 2019 19:58
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 justinmoon/86d6ccc5ade0cff0cd8e2e898cfe03f8 to your computer and use it in GitHub Desktop.
Save justinmoon/86d6ccc5ade0cff0cd8e2e898cfe03f8 to your computer and use it in GitHub Desktop.
from flaskwebgui import FlaskUI #get the FlaskUI class
from dev import app
ui = FlaskUI(app)
ui.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment