#!/usr/bin/env python
from migrate.versioning.shell import main

main(repository='migration')
