audio: Add docstring to DummyAudio
This commit is contained in:
parent
804a945e42
commit
7bad64fccc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user