#!/usr/bin/env python3
"""Mypy type checker command line tool."""

from mypy.main import main

main(__file__)
