mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Authenticating services
This commit is contained in:
6
spotdl/authorize/__init__.py
Normal file
6
spotdl/authorize/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from spotdl.authorize.authorize_base import AuthorizeBase
|
||||
|
||||
from spotdl.authorize.exceptions import AuthorizationError
|
||||
from spotdl.authorize.exceptions import SpotifyAuthorizationError
|
||||
from spotdl.authorize.exceptions import YouTubeAuthorizationError
|
||||
|
||||
Reference in New Issue
Block a user