Skip to content

Commit cdfbe5f

Browse files
committed
fix: missing import
1 parent 97f3e2d commit cdfbe5f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/ansys/dpf/core/examples/__init__.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
from .examples import get_example_required_minimum_dpf_version, find_files, fluid_axial_model
2424
from .downloads import (
2525
download_all_kinds_of_complexity,
26+
download_modal_frame,
2627
find_simple_bar,
2728
find_static_rst,
2829
find_complex_rst,
@@ -86,4 +87,16 @@ def __getattr__(name):
8687
"get_example_required_minimum_dpf_version",
8788
"find_files",
8889
"fluid_axial_model",
90+
"download_all_kinds_of_complexity",
91+
"download_modal_frame",
92+
"find_simple_bar",
93+
"find_static_rst",
94+
"find_complex_rst",
95+
"find_multishells_rst",
96+
"find_electric_therm",
97+
"find_steady_therm",
98+
"find_transient_therm",
99+
"find_msup_transient",
100+
"find_simple_cyclic",
101+
"find_distributed_msup_folder",
89102
]

0 commit comments

Comments
 (0)