# Stubs for distutils.msvccompiler

from distutils.ccompiler import CCompiler


class MSVCCompiler(CCompiler): ...
