7 lines
104 B
Python
7 lines
104 B
Python
from .geometry import Vertex, PolygonMesh
|
|
|
|
__all__ = [
|
|
Vertex.__name__,
|
|
PolygonMesh.__name__,
|
|
]
|