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