mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 12:29:30 +02:00
15 lines
179 B
Python
15 lines
179 B
Python
from .client import DiscordOAuth2Session
|
|
|
|
from .exceptions import *
|
|
|
|
|
|
__all__ = [
|
|
"DiscordOAuth2Session",
|
|
|
|
"HttpException",
|
|
"Unauthorized",
|
|
]
|
|
|
|
|
|
__version__ = "0.1.06"
|