Files
spotify-downloader/spotdl/authorize/__init__.py
2020-04-02 04:14:07 +05:30

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