class Robot: update_interval = 0.5 def update(self, image, emotions): raise NotImplementedError()