Coverage for /Volumes/workspace/numpy-stl/stl/mesh.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2022-12-14 03:29 +0100

1from . import stl 

2 

3 

4class Mesh(stl.BaseStl): 

5 pass 

6