Remove setup.sh in favor of skyvern CLI (#4737)

This commit is contained in:
Shuchang Zheng
2026-02-12 20:43:27 -08:00
committed by GitHub
parent 08d3b04d14
commit 155c07f8be
77 changed files with 12358 additions and 10 deletions

View File

@@ -2,6 +2,7 @@
__all__ = [
"cli_app",
"credentials_app",
"quickstart_app",
"run_app",
"workflow_app",
@@ -12,6 +13,7 @@ __all__ = [
]
from .commands import cli_app, init_app # init_app is defined in commands.py
from .credentials import credentials_app
from .docs import docs_app
from .quickstart import quickstart_app
from .run_commands import run_app