| 1 | # SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen |
| 2 | # SPDX-License-Identifier: BSD-3-Clause |
| 3 | from vtkmodules import vtkCommonCore as cc |
| 4 | from vtkmodules import vtkCommonDataModel as dm |
nothing calls this directly
no test coverage detected