diff --git a/mopidy/audio/dummy.py b/mopidy/audio/dummy.py index 6628d069..ad14390f 100644 --- a/mopidy/audio/dummy.py +++ b/mopidy/audio/dummy.py @@ -1,3 +1,9 @@ +"""A dummy audio actor for use in tests. + +This class implements the audio API in the simplest way possible. It is used in +tests of the core and backends. +""" + from __future__ import unicode_literals import pykka