#!/bin/sh export FLASK_DEBUG=1 export FLASK_APP=src/app.py flask run