from element import Element

class Eye(Element):
    def __init__(self):
        super().__init__('eye')