Added something reasonable for from surf import *
This commit is contained in:
parent
fef3609399
commit
166e3719be
@ -0,0 +1,7 @@
|
||||
from .geometry import Vertex, Edge, PolygonMesh
|
||||
|
||||
__all__ = [
|
||||
Vertex.__name__,
|
||||
Edge.__name__,
|
||||
PolygonMesh.__name__,
|
||||
]
|
Loading…
Reference in New Issue
Block a user