HubobelsPython/venv/lib/python3.9/site-packages/pydispatch/__init__.py
2022-01-02 21:50:48 +01:00

5 lines
170 B
Python

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