#!/bin/bash

# Helper file for development tests: call `evariste`.
export PYTHONPATH="$(cd $(dirname $0)/.. && pwd):$PYTHONPATH"
python3 -m evariste.evs compile $*
