rattail-demo/rattail_demo/db/model.py

11 lines
214 B
Python
Raw Normal View History

# -*- 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 *