#!/usr/bin/env bash
export FLASK_ENV=development
export FLASK_APP=start_site.py
python3 -m flask run