#!/usr/bin/env python

import sys
from vcstool.commands.status import main

sys.exit(main() or 0)
