mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-12 03:27:07 +08:00
5 lines
176 B
Python
5 lines
176 B
Python
from program.testing_agency_report import TestingAgencyReport
|
|
|
|
testing_agency_report = TestingAgencyReport()
|
|
testing_agency_report.run('./file_test', './target_img', './docs')
|