Files
yu-zhi-ran/tests/test_run_creator.py
T

7 lines
224 B
Python

#!/usr/bin/env python3
import sys
sys.path.insert(0, '/root/.openclaw/workspaces/yzr-yxl/projects/yu-zhi-ran/platform/backend')
from app.core.generator import run_creator
result = run_creator('A05')
print('RESULT:', result)