Skip to content

Instantly share code, notes, and snippets.

@justinmoon
Created September 2, 2019 19:58
Show Gist options
  • Select an option

  • Save justinmoon/86d6ccc5ade0cff0cd8e2e898cfe03f8 to your computer and use it in GitHub Desktop.

Select an option

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