massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2and3 / distutils / cygwinccompiler.pyi
1 # Stubs for distutils.cygwinccompiler\r
2 \r
3 from distutils.unixccompiler import UnixCCompiler\r
4 \r
5 \r
6 class CygwinCCompiler(UnixCCompiler): ...\r
7 class Mingw32CCompiler(CygwinCCompiler): ...\r