mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-19 22:49:54 +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')
|