# -*- coding: utf-8; -*- """ Rattail Demo data model """ # bring in all the normal stuff from Rattail from rattail.db.model import * # also bring in CORE integration models from rattail_corepos.db.model import *