""" This package contains all the database models. If your project only has a few models, consider simply using a ``models.py`` module rather than a sub-package. """ from __future__ import unicode_literals from .pet import Pet # noqa: F401