massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / setuptools / setuptools / command / saveopts.pyi
1 from setuptools.command.setopt import option_base
2
3 class saveopts(option_base):
4     description: str
5     def run(self) -> None: ...