massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / distutils / cygwinccompiler.pyi
1 from distutils.unixccompiler import UnixCCompiler
2
3 class CygwinCCompiler(UnixCCompiler): ...
4 class Mingw32CCompiler(CygwinCCompiler): ...