mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-04 23:17:48 +00:00
moved util into the main package
This commit is contained in:
parent
e35ef206d5
commit
358b578d9c
@ -8,7 +8,7 @@ import requests
|
||||
import json
|
||||
|
||||
|
||||
__all__ = ['oauth2']
|
||||
__all__ = ['oauth2', 'util']
|
||||
|
||||
''' A simple and thin Python library for the Spotify Web API
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user