#!/usr/bin/env sh set -eu python -m py_compile app.py engin/*.py tests/*.py python -m unittest discover -v