mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2026-02-04 18:24:15 +02:00
Wrap existing Discord OAuth2 scopes as DiscordOAuth2Scope enum
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
from .exceptions import *
|
||||
from .utils import *
|
||||
|
||||
from .scopes import DiscordOAuth2Scope
|
||||
from .client import DiscordOAuth2Session
|
||||
|
||||
|
||||
__all__ = [
|
||||
"DiscordOAuth2Session",
|
||||
"DiscordOAuth2Scope",
|
||||
"requires_authorization",
|
||||
|
||||
"HttpException",
|
||||
|
||||
Reference in New Issue
Block a user