#!C:\Python36-x64\python.exe
"""Mypy type checker command line tool."""

from mypy.main import main

main(__file__)
