massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / setuptools / setuptools / command / rotate.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/setuptools/setuptools/command/rotate.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/setuptools/setuptools/command/rotate.pyi
new file mode 100644 (file)
index 0000000..5d5de6f
--- /dev/null
@@ -0,0 +1,14 @@
+from typing import Any
+
+from setuptools import Command
+
+class rotate(Command):
+    description: str
+    user_options: Any
+    boolean_options: Any
+    match: Any
+    dist_dir: Any
+    keep: Any
+    def initialize_options(self) -> None: ...
+    def finalize_options(self) -> None: ...
+    def run(self) -> None: ...