__init__.py 170 B

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