from plugins.mpv.format_probe import *
from plugins.mpv.format_probe import main as _main
if __name__ == "__main__":
raise SystemExit(_main())