mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
add docstring
This commit is contained in:
parent
9d750368ff
commit
2b6e0da405
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user