mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 12:29:30 +02:00
Include exceptions
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
from .client import DiscordOAuth2Session
|
from .client import DiscordOAuth2Session
|
||||||
|
|
||||||
|
from .exceptions import *
|
||||||
|
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"DiscordOAuth2Session",
|
"DiscordOAuth2Session",
|
||||||
|
|
||||||
|
"HttpException",
|
||||||
|
"Unauthorized",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.0.9"
|
__version__ = "0.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user