All checks were successful
Publish Python Package to Gitea / publish (push) Successful in 1m2s
7 lines
130 B
Python
7 lines
130 B
Python
from ._bootstrap import bootstrap_src
|
|
|
|
bootstrap_src()
|
|
from screencast.runner import run_screencast
|
|
|
|
__all__ = ["run_screencast"]
|