mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-23 03:09:21 +08:00
5 lines
171 B
Python
5 lines
171 B
Python
from program.testing_agency_report import TestingAgencyReport
|
|
|
|
testing_agency_report = TestingAgencyReport()
|
|
testing_agency_report.run('./file', './target_img', './docs')
|