Source code for tagit.model

"""The model.

Part of the tagit module.
A copy of the license is provided with the project.
Author: Matthias Baumgartner, 2016

"""

# imports
from model import DataModel
from model import DB_VERSION

# exports
__all__ = ('DataModel', 'DB_VERSION')

## EOF ##