From 98b2f30026e060ed578e6105ca4c0df7a69a9263 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Tue, 2 Apr 2019 02:54:30 +0000 Subject: Empty top level __init__ --- pandora/__init__.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pandora/__init__.py b/pandora/__init__.py index bd2fe63..e69de29 100644 --- a/pandora/__init__.py +++ b/pandora/__init__.py @@ -1,13 +0,0 @@ -""" -Pandora API Client - -This is a reasonably complete implementation of the Pandora API. It does not -implement any of the undocumented features and does not implement most of the -account management features as they were deemed not terribly useful. - -API Spec from: http://6xq.net/playground/pandora-apidoc/ -Keys at: http://6xq.net/playground/pandora-apidoc/json/partners/#partners -""" - -from .client import BaseAPIClient, APIClient # noqa: F401 -from .transport import APITransport, Encryptor, DEFAULT_API_HOST # noqa: F401 -- cgit v1.2.3