From ef49cd6e039f7b65942871226461bc7ccce13f26 Mon Sep 17 00:00:00 2001 From: Sandeep Murthy Date: Sat, 17 Feb 2018 11:55:01 +0000 Subject: [PATCH] Update spotify package initialiser --- spotipy/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spotipy/__init__.py b/spotipy/__init__.py index 16b321c..9a64643 100644 --- a/spotipy/__init__.py +++ b/spotipy/__init__.py @@ -1,3 +1,5 @@ VERSION='2.0.1' from .client import * +from .oauth2 import * +from util import *