-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix missing imports; update pyvista theme
- Loading branch information
1 parent
5792682
commit efd474f
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
"""PyMeshFix module.""" | ||
from pymeshfix import _meshfix # noqa: F401 | ||
from pymeshfix._meshfix import PyTMesh, clean_from_arrays, clean_from_file # noqa: F401 | ||
from pymeshfix._version import __version__ # noqa: F401 | ||
from pymeshfix.meshfix import MeshFix # noqa: F401 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters