master
"""This file launches the application when run on commandline"""from app import app # Lets start our application in debug modeapp.run(debug=True)