Files
jiangchang-platform-kit/tools/screencast/subtitle.py
chendelian ea25fc2638
All checks were successful
Publish Python Package to Gitea / publish (push) Successful in 1m2s
修改打包方式
2026-05-28 16:49:30 +08:00

7 lines
132 B
Python

from ._bootstrap import bootstrap_src
bootstrap_src()
from screencast.subtitle import SubtitleEngine
__all__ = ["SubtitleEngine"]