mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 12:29:30 +02:00
7 lines
85 B
Python
7 lines
85 B
Python
from .client import DiscordOAuth2Session
|
|
|
|
|
|
__all__ = [
|
|
"DiscordOAuth2Session",
|
|
]
|