#!/usr/bin/python3.6

import sys
from pocketlint.formatcheck import main

sys.exit(main(sys.argv))
