# -*- coding: utf-8 -*- from __future__ import division from .__load__ import * # 眼睛 class Eye(object): def init(self, robot): self.robot = robot def close(): pass