aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/json_schemas/stubs/distutils/command/clean.pyi
blob: 46a42ddb13dd7eff52d435c27cd8f96c84103e77 (plain) (blame)
1
2
3
4
5
6
7
from distutils.core import Command

class clean(Command):
    def initialize_options(self: clean) -> None: ...
    def finalize_options(self: clean) -> None: ...
    def run(self: clean) -> None: ...
    ...