diff --git a/spotipy/client.py b/spotipy/client.py index a026e412..24b2cdbf 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ A simple and thin Python library for the Spotify Web API """ - +#la __all__ = ["Spotify", "SpotifyException"] import json