#!/usr/bin/env python3

import sys

from vcstool.commands.branch import main

sys.exit(main() or 0)
