summaryrefslogtreecommitdiffstats
path: root/bindings/python/__init__.py
blob: b0640cf274fb60b47f8fa7e421610d101bbf1d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
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"]