6 lines
154 B
Python
6 lines
154 B
Python
from plugins.mpv.pipeline_helper import *
|
|
from plugins.mpv.pipeline_helper import main as _main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(_main()) |