"""Monitor the health of your Django app and its connected services."""

from . import _version  # noqa

__version__ = _version.__version__
VERSION = _version.VERSION_TUPLE
