Update docs plus init (#2073)

Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
Suchintan
2025-04-03 00:46:57 -04:00
committed by GitHub
parent 816d0e34d1
commit ff57f9977c
11 changed files with 804 additions and 750 deletions

View File

@@ -1,4 +1,4 @@
from skyvern.cli.commands import app
from skyvern.cli.commands import cli_app
if __name__ == "__main__":
app()
cli_app() # type: ignore