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