#!/usr/local/bin/python2.7
import sys
from pylint.pyreverse import main
main.Run(sys.argv[1:])
