#! /bin/bash

set -euo pipefail

cd "$(dirname "$0")"
cd ..

python dev/whitelist.py
vulture --exclude=external pogo.py src dev/whitelist.py
