#!/usr/bin/env python
import sys
from git_gerrit._fetch import main
sys.exit(main())
