wutta-demo/wuttademo/db/model/__init__.py

10 lines
161 B
Python
Raw Normal View History

# -*- coding: utf-8; -*-
"""
Wutta Demo data models
"""
# bring in all of wutta
from wuttjamaican.db.model import *
# TODO: import other/custom models here...