#!/usr/bin/env python3

import sys

from vcstool.commands.pull import main

sys.exit(main() or 0)
