mixer: Add init method to get signature included in docs

This commit is contained in:
Stein Magnus Jodal 2014-07-17 01:33:23 +02:00
parent b24835163b
commit 3e074cbddc

View File

@ -30,6 +30,9 @@ class Mixer(object):
mixer.
"""
def __init__(self, config):
pass
def get_volume(self):
"""
Get volume level of the mixer on a linear scale from 0 to 100.