1
0
mirror of https://github.com/django/django.git synced 2025-10-05 21:09:33 +00:00
django/django/dispatch/__init__.py

7 lines
171 B
Python

"""Multi-consumer multi-producer dispatching mechanism
"""
__version__ = "1.0.0"
__author__ = "Patrick K. O'Brien"
__license__ = "BSD-style, see license.txt for details"