Ant.py 70B

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