#!/usr/bin/env bash
cd "$(dirname "$0")"
exec python -m ga_cli "$@"
