"""The tagit module.
Import DataModel from model to get some data source
Import VMainWindow from view to get the UI
Part of the tagit module.
A copy of the license is provided with the project.
Author: Matthias Baumgartner, 2016
"""
# VERSION
from model import DB_VERSION
VERSION = '0.1'
# basics
from basics import *
## EOF ##