Files
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

10 lines
130 B
Python

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