#!/usr/bin/env bash
export FLASK_DEBUG=True
export FLASK_APP=start_site.py
poetry run python3 -m flask run