7 lines
142 B
Python
7 lines
142 B
Python
"""
|
|
This package contains the portions of the library used only when
|
|
implementing an OpenID consumer.
|
|
"""
|
|
|
|
__all__ = ['consumer', 'discover']
|