# Stubs for distutils.bcppcompiler

from distutils.ccompiler import CCompiler


class BCPPCompiler(CCompiler): ...
