summaryrefslogtreecommitdiff
path: root/openid/consumer/__init__.py
blob: aab51a293c3106c0d637c737226f6820c54269fc (plain)
1
2
3
4
5
6
"""
This package contains the portions of the library used only when
implementing an OpenID consumer.
"""

__all__ = ['consumer', 'discover']