mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
7 lines
251 B
Python
7 lines
251 B
Python
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
|
|
|