#!/usr/bin/env bash
set -eux
python3 setup.py build_ext --inplace
./main.py
