Files
Dorod-Sky/skyvern/__main__.py
Suchintan ff57f9977c Update docs plus init (#2073)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-04-03 00:46:57 -04:00

5 lines
99 B
Python

from skyvern.cli.commands import cli_app
if __name__ == "__main__":
cli_app() # type: ignore