#!python
"""Mypy type checker command line tool."""

from mypy.main import main

main(__file__)
