BlueAnt.py 84B

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