from distutils.unixccompiler import UnixCCompiler

class EMXCCompiler(UnixCCompiler): ...
