"""
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

__version__ = '1.0.0+git'
