#!python
import sys
from git_gerrit._checkout import main
sys.exit(main())
