add docstring

This commit is contained in:
Jon Maddox 2015-09-12 00:23:04 -04:00
parent 9d750368ff
commit 2b6e0da405

View File

@ -46,6 +46,7 @@ SUPPORT_ITUNES = SUPPORT_PAUSE | SUPPORT_VOLUME_SET | SUPPORT_VOLUME_MUTE | \
class Itunes(object):
""" itunes-api client. """
def __init__(self, host, port):
self.host = host