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
1 from typing import Any
2
3 from setuptools import Command
4
5 class rotate(Command):
6     description: str
7     user_options: Any
8     boolean_options: Any
9     match: Any
10     dist_dir: Any
11     keep: Any
12     def initialize_options(self) -> None: ...
13     def finalize_options(self) -> None: ...
14     def run(self) -> None: ...