文件预览

make_codex_translation_batches.py

查看 YouTube Chinese Subtitle Burn-in 技能包中的文件内容。

文件内容

scripts/make_codex_translation_batches.py

#!/usr/bin/env python3
from __future__ import annotations

from make_translation_batches import main


if __name__ == "__main__":
    raise SystemExit(main())