4 lines
114 B
Python
4 lines
114 B
Python
"""E2E 编排器(占位 stub)"""
|
||
def run_e2e(args):
|
||
raise NotImplementedError("e2e 将在 Task 7 实现")
|