You can still import vtkpython
if you’re importing classes individually. All this does is import the package-level __init__.py
, it doesn’t import the package contents.
You can still import vtkpython
if you’re importing classes individually. All this does is import the package-level __init__.py
, it doesn’t import the package contents.