Skip to content

Commit c1f305d

Browse files
committed
Explicitly import some submodules to help IDE autocomplete
1 parent 44b779d commit c1f305d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vtkplotlib/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
from .plots import BasePlot
5858
from .plots.polydata import PolyData
5959

60-
from . import data, image_io, interactive
60+
from . import data, image_io, interactive, colors, geometry, nuts_and_bolts
6161

6262
i = interactive
6363

@@ -88,3 +88,6 @@ def quick_test_plot(fig="gcf"):
8888
from ._get_vtk import vtk
8989

9090
from .__version__ import __version__
91+
92+
# Explicitly importing these can improve IDE autocompletion.
93+
from . import _interactive, _image_io

0 commit comments

Comments
 (0)