#!/usr/bin/env bash
cd "$(dirname "$0")"
PY=.venv/bin/python
[ -x "$PY" ] || PY=python
exec "$PY" -m ga_cli "$@"
