#!/usr/bin/env python

import sys
from vcstool.commands.branch import main

sys.exit(main() or 0)
