creeper-adventure/.venv/lib/python3.8/site-packages/mypy/dmypy/__main__.py
2022-03-31 20:20:07 -05:00

4 lines
92 B
Python

from mypy.dmypy.client import console_entry
if __name__ == '__main__':
console_entry()