#!/usr/bin/env bash

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

. "${wd}/support/shell.sh"

exec "${python}" "$@";

