File: __init__.py

package info (click to toggle)
python-django-health-check 3.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 428 kB
  • sloc: python: 1,886; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
4
5
6
"""Monitor the health of your Django app and its connected services."""

from . import _version  # noqa

__version__ = _version.__version__
VERSION = _version.VERSION_TUPLE