
- Create workflow package with call module for script execution - Implement workflow_call function to execute commands with arguments - Add helper functions to locate and run workflow scripts in various paths
3 lines
60 B
Python
3 lines
60 B
Python
from .call import workflow_call
|
|
|
|
__all__ = ["workflow_call"] |