summaryrefslogtreecommitdiffstats
path: root/bindings/python/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/__init__.py')
-rw-r--r--bindings/python/__init__.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/bindings/python/__init__.py b/bindings/python/__init__.py
index 05a8159..b0640cf 100644
--- a/bindings/python/__init__.py
+++ b/bindings/python/__init__.py
@@ -1,6 +1,12 @@
+"""Manage tracks and playlists on an iPod.
+
+The gpod module allows you to add and remove tracks, create and edit
+playlists, and other iPod tasks.
+
+"""
+
from gpod import *
from ipod import *
__all__ = ["DatabaseException", "TrackException",
"Database","Track","Playlist"]
-