eye.py 187 B

123456789101112
  1. # -*- coding: utf-8 -*-
  2. from __future__ import division
  3. from .__load__ import *
  4. # 眼睛
  5. class Eye(object):
  6. def init(self, robot):
  7. self.robot = robot
  8. def close():
  9. pass