#!/usr/bin/python
import sys

from migrate.versioning.shell import main

sys.exit(main())
