from distutils.ccompiler import CCompiler

class UnixCCompiler(CCompiler): ...
