PheromonExploration.py 213B

123456
  1. from intelligine.synergy.object.ant.Pheromon import Pheromon
  2. # TODO: ne doit plus exister. Il est la pour le display uniquement. (pheromones ne sont pas des entites)
  3. class PheromonExploration(Pheromon):
  4. pass