#!/usr/bin/env python
import sys
from git_gerrit.cli import git_gerrit_checkout
sys.exit(git_gerrit_checkout())
