#!/usr/bin/python

import sys
from pocketlint.formatcheck import main

sys.exit(main(sys.argv))
