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 *