#!/usr/bin/env python3 class TransformerWrapper: def infer(self, input_data): return "PROCESSED_LOGITS"