from oscar.apps.image.abstract_models import AbstractImage class Image(AbstractImage): pass