#!/usr/bin/env python

import sys
from vcstool.commands.pull import main

sys.exit(main() or 0)
