__init__.py 169 B

123456
  1. """
  2. This package contains the portions of the library used only when
  3. implementing an OpenID server. See L{openid.server.server}.
  4. """
  5. __all__ = ['server', 'trustroot']