mirror of
https://github.com/rembo10/headphones.git
synced 2026-01-14 01:08:09 -05:00
Mostly just updating libraries, removing string encoding/decoding, fixing some edge cases. No new functionality was added in this commit.
8 lines
162 B
Python
8 lines
162 B
Python
"""
|
|
oauthlib.openid
|
|
~~~~~~~~~~~~~~
|
|
|
|
"""
|
|
from .connect.core.endpoints import Server, UserInfoEndpoint
|
|
from .connect.core.request_validator import RequestValidator
|