Added something reasonable for `from surf import *`

This commit is contained in:
Stephen M. McQuay 2012-05-07 23:18:18 -06:00
parent fef3609399
commit 166e3719be
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
from .geometry import Vertex, Edge, PolygonMesh
__all__ = [
Vertex.__name__,
Edge.__name__,
PolygonMesh.__name__,
]