__init__.py 207 B

12345678
  1. """Integration of psycopg2 with coroutine framework
  2. """
  3. # Copyright (C) 2010-2020 Daniele Varrazzo <daniele.varrazzo@gmail.com>
  4. # All rights reserved. See COPYING file for details.
  5. __version__ = '1.0.2'