class NaturalLanguageGenerator: @staticmethod def generate(response: str) -> str: return response