u"""Vanilla implementation of Datacash models""" from django.db import models from oscar.apps.datacash.abstract_models import Transaction class Transaction(AbstractTransaction): pass