File size: 127 Bytes
29cdc9d | 1 2 3 4 5 | #!/usr/bin/env python3
class AffectResponder:
def react(self, mood):
print(f"[AFFECT] Responding to mood: {mood}")
|
29cdc9d | 1 2 3 4 5 | #!/usr/bin/env python3
class AffectResponder:
def react(self, mood):
print(f"[AFFECT] Responding to mood: {mood}")
|