5 lines
99 B
Python
5 lines
99 B
Python
from skyvern.cli.commands import cli_app
|
|
|
|
if __name__ == "__main__":
|
|
cli_app() # type: ignore
|