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

__all__ = ['consumer', 'discover']