| 1 | import argparse |
| 2 | from generation.cwq_evaluate import cwq_evaluate_valid_results |
| 3 | from generation.webqsp_evaluate_offcial import webqsp_evaluate_valid_results |
| 4 | from components.utils import dump_json, load_json |
nothing calls this directly
no test coverage detected