surfaces/surf/__init__.py
2012-05-09 00:32:34 -06:00

7 lines
104 B
Python

from .geometry import Vertex, PolygonMesh
__all__ = [
Vertex.__name__,
PolygonMesh.__name__,
]