massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / setuptools / setuptools / command / dist_info.pyi
1 from distutils.core import Command
2 from typing import Any
3
4 class dist_info(Command):
5     description: str
6     user_options: Any
7     egg_base: Any
8     def initialize_options(self) -> None: ...
9     def finalize_options(self) -> None: ...
10     def run(self) -> None: ...