GreenAnt.py 81B

1234
  1. from intelligine.synergy.object.ant.Ant import Ant
  2. class GreenAnt(Ant):
  3. pass