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