massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / distutils / msvccompiler.pyi
1 from distutils.ccompiler import CCompiler
2
3 class MSVCCompiler(CCompiler): ...