示例#1
0
 def __init__(self, position):
     Ant.__init__(self, position)
     self.path = []
     self.index = 0
     self.target = None
示例#2
0
 def __init__(self, position):
     Ant.__init__(self, position)
     self.path = []
     self.index = 0
示例#3
0
 def __init__(self, position):
     Ant.__init__(self, position)