massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2and3 / distutils / cygwinccompiler.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2and3/distutils/cygwinccompiler.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2and3/distutils/cygwinccompiler.pyi
new file mode 100644 (file)
index 0000000..34347ab
--- /dev/null
@@ -0,0 +1,7 @@
+# Stubs for distutils.cygwinccompiler\r
+\r
+from distutils.unixccompiler import UnixCCompiler\r
+\r
+\r
+class CygwinCCompiler(UnixCCompiler): ...\r
+class Mingw32CCompiler(CygwinCCompiler): ...\r