class BackendBase(object): def execute(input_filename, language=None): # NOQA raise NotImplementedError