mirror of
https://github.com/openai/shap-e.git
synced 2026-02-04 02:34:21 +08:00
5 lines
132 B
Python
5 lines
132 B
Python
from .render import render_mesh, render_model
|
|
from .view_data import BlenderViewData
|
|
|
|
__all__ = ["BlenderViewData", "render_model"]
|