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