Files
GNX-mailEnterprise/venv/lib/python3.12/site-packages/openid/server/__init__.py
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

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']