feat: add CLI entry (argparse 4 subcommands)

This commit is contained in:
张宗平
2026-06-11 15:43:19 +08:00
parent 70c791af43
commit 29e1c00287
3 changed files with 150 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
"""E2E 编排器(占位 stub"""
def run_e2e(args):
raise NotImplementedError("e2e 将在 Task 7 实现")