Files
Reflex/flex/lib/python3.6/site-packages/openid/server/__init__.py
T

7 lines
169 B
Python

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