Source code for stl.mesh

from . import stl


[docs]class Mesh(stl.BaseStl): pass