mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-08-31 02:19:04 +00:00
moved util into the main package
This commit is contained in:
@@ -8,7 +8,7 @@ import requests
|
||||
import json
|
||||
|
||||
|
||||
__all__ = ['oauth2']
|
||||
__all__ = ['oauth2', 'util']
|
||||
|
||||
''' A simple and thin Python library for the Spotify Web API
|
||||
'''
|
||||
|
Reference in New Issue
Block a user