Add Comments

This commit is contained in:
马一丁
2025-11-13 22:49:59 +08:00
parent 82152547e1
commit e267b1fc04
23 changed files with 500 additions and 145 deletions
+2
View File
@@ -1,5 +1,7 @@
"""
Report Engine渲染器集合。
目前仅提供 HTMLRenderer,未来可扩展为PDF/Markdown等输出。
"""
from .html_renderer import HTMLRenderer