massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / setuptools / setuptools / namespaces.pyi
1 from typing import Any
2
3 flatten: Any
4
5 class Installer:
6     nspkg_ext: str
7     def install_namespaces(self) -> None: ...
8     def uninstall_namespaces(self) -> None: ...
9
10 class DevelopInstaller(Installer): ...