mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2026-01-15 13:56:54 +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
|
|
|