Added client with interface to have the possibility to react to emotions
This commit is contained in:
5
hackathon/robot.py
Normal file
5
hackathon/robot.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class Robot:
|
||||
update_interval = 0.5
|
||||
|
||||
def update(self, image, emotions):
|
||||
raise NotImplementedError()
|
||||
Reference in New Issue
Block a user