workflows/lib/workflow/__init__.py
2025-03-11 14:05:35 +08:00

4 lines
61 B
Python

from .call import workflow_call
__all__ = ["workflow_call"]