PYTHON: Export WriteVTK through the AmunPy interface.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2021-10-05 11:11:17 -03:00
parent 5a8526ef82
commit 6945b90b66

View File

@ -14,8 +14,9 @@ from .amunxml import *
from .amunh5 import *
from .amunh5_deprecated import *
from .integrals import *
from .vtkio import *
__all__ = [ 'AmunXML', 'AmunH5', \
__all__ = [ 'AmunXML', 'AmunH5', 'WriteVTK', \
'amun_attribute', 'amun_coordinate', 'amun_dataset', 'amun_dataset_vtk', 'amun_integrals' ]
__author__ = "Grzegorz Kowal"