#!/usr/bin/python3

import sys

from crosshair.main import mypy_and_check


if __name__ == "__main__":
    sys.exit(mypy_and_check())
