
#!/usr/bin/env bash

source ~/code/machineconfig/.venv/bin/activate

python -m machineconfig.scripts.python.gh_models "$@"

if [ -n "$VIRTUAL_ENV" ]; then
  deactivate || true

fi
