Upstream: https://github.com/Rhoban/onshape-to-robot Upstream-Commit: 80e710700aac9573a2230f74f7ce9e094833a0bc Upstream-Branch: master
4 lines
136 B
Python
4 lines
136 B
Python
"""Export models from Onshape to other robotics formats."""
|
|
|
|
from . import export, bullet, mujoco, clear_cache, edit_shape, pure_sketch
|