#! /usr/bin/python3

import sys
from pocketlint.formatcheck import main

sys.exit(main(sys.argv))
