Skip to content

Commit 83f0f31

Browse files
authored
added ReportContext to report namespace (#1167)
* added report context and a test * removed testing leftover
1 parent 8ba5fb3 commit 83f0f31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow360/plugins/report/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Utilities for creating reports"""
22

33
from flow360.plugins.report.report import ReportTemplate
4+
from flow360.plugins.report.report_context import ReportContext
45
from flow360.plugins.report.report_items import (
56
Chart2D,
67
Chart3D,
@@ -57,6 +58,7 @@
5758
"RearCamera",
5859
"RearLeftTopCamera",
5960
"RearRightBottomCamera",
61+
"ReportContext",
6062
"ReportTemplate",
6163
"Settings",
6264
"SubsetLimit",

0 commit comments

Comments
 (0)