"""
The Deis main package, including the top-level URLs, Django project
settings, and WSGI setup. Most application domain-specific code lives in
the api, provider, cm, and web Django apps.
"""

from __future__ import absolute_import

from .celery import app  # noqa


__version__ = '0.6.0'
