1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00
home-manager/tests/modules/programs/streamlink/dummy.py
Hoang Nguyen c21383b556
streamlink: init module (#6031)
Streamlink is a CLI utility which pipes video streams from various
services into a video player.
2025-03-31 23:42:59 -05:00

9 lines
130 B
Python

"""
$description Dummy plugin for testing
"""
from streamlink.plugin import Plugin
class DummyTV(Plugin):
__plugin__ = DummyTV