massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / setuptools / setuptools / command / register.pyi
1 import distutils.command.register as orig
2
3 class register(orig.register):
4     def run(self) -> None: ...