aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/json_schemas/stubs/distutils/command/clean.pyi
diff options
context:
space:
mode:
authorF. Eugene Aumson <feuGeneA@users.noreply.github.com>2018-12-13 09:47:25 +0800
committerF. Eugene Aumson <feuGeneA@users.noreply.github.com>2018-12-15 05:53:15 +0800
commitb6c8126589a94c2986c591ad7741cd3787a96e58 (patch)
treea4befde8c6ae5b364bd91ffe176ff0c6b1fd66ff /python-packages/json_schemas/stubs/distutils/command/clean.pyi
parentf9a6c45a038206c863d745fdf9c98f463f03e269 (diff)
downloaddexon-sol-tools-b6c8126589a94c2986c591ad7741cd3787a96e58.tar
dexon-sol-tools-b6c8126589a94c2986c591ad7741cd3787a96e58.tar.gz
dexon-sol-tools-b6c8126589a94c2986c591ad7741cd3787a96e58.tar.bz2
dexon-sol-tools-b6c8126589a94c2986c591ad7741cd3787a96e58.tar.lz
dexon-sol-tools-b6c8126589a94c2986c591ad7741cd3787a96e58.tar.xz
dexon-sol-tools-b6c8126589a94c2986c591ad7741cd3787a96e58.tar.zst
dexon-sol-tools-b6c8126589a94c2986c591ad7741cd3787a96e58.zip
Move zero_ex.json_schemas to its own package
Diffstat (limited to 'python-packages/json_schemas/stubs/distutils/command/clean.pyi')
-rw-r--r--python-packages/json_schemas/stubs/distutils/command/clean.pyi7
1 files changed, 7 insertions, 0 deletions
diff --git a/python-packages/json_schemas/stubs/distutils/command/clean.pyi b/python-packages/json_schemas/stubs/distutils/command/clean.pyi
new file mode 100644
index 000000000..46a42ddb1
--- /dev/null
+++ b/python-packages/json_schemas/stubs/distutils/command/clean.pyi
@@ -0,0 +1,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: ...
+ ...