diff --git a/spotipy/__init__.py b/spotipy/__init__.py index 6ee4921..129153e 100644 --- a/spotipy/__init__.py +++ b/spotipy/__init__.py @@ -8,7 +8,7 @@ import requests import json -__all__ = ['oauth2'] +__all__ = ['oauth2', 'util'] ''' A simple and thin Python library for the Spotify Web API '''