#!/bin/sh

wd="$(cd "$(dirname "$0")" && pwd)";

export PYTHONPATH="$("${wd}/run" -p)";

python "$@";
