Files
jiangchang-platform-kit/tools/screencast/__init__.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
123 B
Python

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