efc2e4f94e
Also, improve errors when importing a module fails. Also, add more tests.
7 lines
186 B
Python
7 lines
186 B
Python
from .__pulseaudio import Module
|
|
|
|
class Module(Module):
|
|
def __init__(self, config):
|
|
super().__init__(config, 'source')
|
|
|
|
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|