#!/usr/bin/env python

import sys
from vcstool.commands.custom import git_main

sys.exit(git_main() or 0)
