engeom 0.2.4__cp38-abi3-win_amd64.whl → 0.2.6__cp38-abi3-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
engeom/geom3/__init__.py CHANGED
@@ -1,3 +1,8 @@
1
+ """
2
+ This module provides a number of classes and functions for working with 3D geometry. These range from fundamental
3
+ primitives like points and vectors up to complex items like meshes.
4
+ """
5
+
1
6
  from ..engeom import _geom3
2
7
 
3
8
  # Global import of all functions