File: pasink.py

package info (click to toggle)
bumblebee-status 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,844 kB
  • sloc: python: 13,430; sh: 68; makefile: 29
file content (9 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
from .pulseaudio import Module


class Module(Module):
    def __init__(self, config, theme):
        super().__init__(config, theme, "sink")


# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4