__init__.py 171 B

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