class LanguageFlare: def interpret(self, user_input): return user_input def express(self, response): return response