Skip to content

Commit

Permalink
check_arity() and check_indices(): Add to public interface (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow authored Dec 15, 2021
1 parent ed78e2d commit 0a568b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lacecore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from ._common.reindexing import reindex_faces, reindex_vertices # noqa: F401
from ._common.validation import check_arity, check_indices # noqa: F401
from ._group_map import GroupMap # noqa: F401
from ._mesh import FACE_DTYPE, Mesh # noqa: F401
from ._obj.loader import ( # noqa: F401
Expand Down

0 comments on commit 0a568b7

Please sign in to comment.