emotionale-robotik/hackathon/robot.py

5 lines
120 B
Python
Raw Normal View History

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