Moved things around and fixed a minor bug
[jamaendo] / jamaendo / __init__.py
index e69de29..0d14861 100644 (file)
@@ -0,0 +1,8 @@
+from api import set_cache_dir, \
+    Artist, Album, Track, Radio, \
+    get_album_cover, get_album_cover_async, \
+    JamendoAPIException, \
+    get_artist, get_albums, get_album, get_tracks, \
+    get_track, get_radio_tracks, search_artists, search_albums, \
+    search_tracks, albums_of_the_week, new_releases, \
+    tracks_of_the_week, get_radio, starred_radios, favorite_albums