#!/usr/bin/env python3 class AffectResponder: def react(self, mood): print(f"[AFFECT] Responding to mood: {mood}")