bumblebee-status/modules/core/pasource.py
2020-04-26 16:39:24 +02:00

7 lines
200 B
Python

from .__pulseaudio import Module
class Module(Module):
def __init__(self, config, theme):
super().__init__(config, theme, 'source')
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4