mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 04:19:31 +02:00
10 lines
109 B
Python
10 lines
109 B
Python
from .client import DiscordOAuth2Session
|
|
|
|
|
|
__all__ = [
|
|
"DiscordOAuth2Session",
|
|
]
|
|
|
|
|
|
__version__ = "0.0.2"
|