mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 03:30:10 +00:00
4 lines
99 B
Python
4 lines
99 B
Python
from skyvern.cli.commands import cli_app
|
|
|
|
if __name__ == "__main__":
|
|
cli_app() # type: ignore
|