summaryrefslogtreecommitdiff
path: root/openid/server/__init__.py
blob: b2e59d18ae00875f52431c790a528f2a5fb84fac (plain)
1
2
3
4
5
6
7
"""
This package contains the portions of the library used only when
implementing an OpenID server.  See L{openid.server.server}.
"""
from __future__ import unicode_literals

__all__ = ['server', 'trustroot']