RedAnt.py 83B

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