feat(acceptance): 添加失败关闭的第三阶段验收运行器
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""Documented command entry point for the production acceptance runner."""
|
||||
|
||||
from phase3_acceptance import main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
Reference in New Issue
Block a user