🤞 Convert DiscordOAuth2Session into its own package

This commit is contained in:
thec0sm0s
2020-08-29 13:44:05 +05:30
parent d23441a070
commit bfe5adcc2c
11 changed files with 55 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
from .exceptions import *
from .utils import *
from .oauth2.client import DiscordOAuth2Session
from .client import DiscordOAuth2Session
from .utils import *
from .exceptions import *
__all__ = [