from minibase import app
#Enable debug option even if run directly form Python3
if __name__ == '__main__':
app.run(debug=True)