mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +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