entry_points.txt 179 B

123456
  1. [console_scripts]
  2. dmypy = mypy.dmypy.client:console_entry
  3. mypy = mypy.__main__:console_entry
  4. mypyc = mypyc.__main__:main
  5. stubgen = mypy.stubgen:main
  6. stubtest = mypy.stubtest:main