mixer: Add init method to get signature included in docs
This commit is contained in:
parent
b24835163b
commit
3e074cbddc
@ -30,6 +30,9 @@ class Mixer(object):
|
|||||||
mixer.
|
mixer.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
def __init__(self, config):
|
||||||
|
pass
|
||||||
|
|
||||||
def get_volume(self):
|
def get_volume(self):
|
||||||
"""
|
"""
|
||||||
Get volume level of the mixer on a linear scale from 0 to 100.
|
Get volume level of the mixer on a linear scale from 0 to 100.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user