1# Stubs for distutils.msvccompiler
2
3from distutils.ccompiler import CCompiler
4
5
6class MSVCCompiler(CCompiler): ...
7