Flask Skeleton Description Provides the basic file structure to get a flask application up and running. Usage Set the FLASK_APP environment variable: export FLASK_APP=myapp.devapp:app flask run