3496fa622a
Add pasink/pasource and __pulseaudio (internal module, not intended for direct use).
7 lines
184 B
Python
7 lines
184 B
Python
from .__pulseaudio import Module
|
|
|
|
class Module(Module):
|
|
def __init__(self, config):
|
|
super().__init__(config, 'sink')
|
|
|
|
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|