
import objeto; from objeto import Objeto
import peixe_IMP; from peixe_IMP import ObjPeixe_IMP

class ObjPeixe(ObjPeixe_IMP):
  pass
