prepare for release:
* diffrent web directory with all web specific content (split doc dir -> doc (data) and web (rendered data))
* update installation
"""The model pakcage represents all data, that is stored either in database or in objects.
before using the model, you have to use, you have to set the Engine with :func:`dbdefer.setEngine` and set the Threadpool with :func:`dbdefer.setPool` (see :func:`iro.main.runReactor` for initalizing this module).
"""
import schema
import user
import utils
import job
import offer
from dbdefer import setEngine
from pool import setPool