Files
Medios-Macina/MPV/pipeline_helper.py
T

6 lines
154 B
Python
Raw Normal View History

2026-04-30 18:56:22 -07:00
from plugins.mpv.pipeline_helper import *
from plugins.mpv.pipeline_helper import main as _main
2025-12-17 17:42:46 -08:00
if __name__ == "__main__":
2026-04-30 18:56:22 -07:00
raise SystemExit(_main())