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
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/setuptools/setuptools/command/saveopts.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/setuptools/setuptools/command/saveopts.pyi
new file mode 100644 (file)
index 0000000..09d435c
--- /dev/null
@@ -0,0 +1,5 @@
+from setuptools.command.setopt import option_base
+
+class saveopts(option_base):
+    description: str
+    def run(self) -> None: ...