mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2026-02-04 18:24:15 +02:00
replaced all flask references with quart references
This commit is contained in:
17
quart_discord/__init__.py
Normal file
17
quart_discord/__init__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
from .exceptions import *
|
||||
from .utils import *
|
||||
|
||||
from .client import DiscordOAuth2Session
|
||||
|
||||
|
||||
__all__ = [
|
||||
"DiscordOAuth2Session",
|
||||
"requires_authorization",
|
||||
|
||||
"HttpException",
|
||||
"RateLimited",
|
||||
"Unauthorized",
|
||||
]
|
||||
|
||||
|
||||
__version__ = "0.1.60"
|
||||
Reference in New Issue
Block a user