RedAnt.py 79B

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