进一步优化save_result(提取函数)
This commit is contained in:
5
app/export/__init__.py
Normal file
5
app/export/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""导出模块:测试结果图片与 Excel 报告。"""
|
||||
from app.export.image_exporter import save_result_images
|
||||
from app.export.excel_exporter import export_excel_report, EXCEL_EXPORT_CONFIG
|
||||
|
||||
__all__ = ["save_result_images", "export_excel_report", "EXCEL_EXPORT_CONFIG"]
|
||||
Reference in New Issue
Block a user