We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d27b1 commit 97f3e2dCopy full SHA for 97f3e2d
src/ansys/dpf/core/examples/__init__.py
@@ -22,6 +22,7 @@
22
23
from .examples import get_example_required_minimum_dpf_version, find_files, fluid_axial_model
24
from .downloads import (
25
+ download_all_kinds_of_complexity,
26
find_simple_bar,
27
find_static_rst,
28
find_complex_rst,
@@ -80,4 +81,9 @@ def __getattr__(name):
80
81
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
82
83
-__all__ = ["get_example_required_minimum_dpf_version", "find_files", "fluid_axial_model"]
84
+__all__ = [
85
+ "download_all_kinds_of_complexity",
86
+ "get_example_required_minimum_dpf_version",
87
+ "find_files",
88
+ "fluid_axial_model",
89
+]
0 commit comments