__init__.py 142 B

123456
  1. """
  2. This package contains the portions of the library used only when
  3. implementing an OpenID consumer.
  4. """
  5. __all__ = ['consumer', 'discover']