#!/usr/bin/python3.4
from pylint import run_pylint
run_pylint()
