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