cookiecutter-wuttaweb/{{ cookiecutter.repo_name }}/{{ cookiecutter.package_name }}/db/model/__init__.py

10 lines
180 B
Python
Raw Normal View History

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