class BackendBase(object): def execute(input_filename, language=None): raise NotImplemented