Skip to content

Commit

Permalink
feat: expose store collision components api (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanwagnerdev authored Jan 15, 2025
1 parent c60bdeb commit 0bfd51e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nova/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ def __init__(
self.motion_group_api = intercept(wb.MotionGroupApi(api_client=self._api_client))
self.motion_api = intercept(wb.MotionApi(api_client=self._api_client))
self.motion_group_infos_api = intercept(wb.MotionGroupInfosApi(api_client=self._api_client))
self.store_collision_components_api = intercept(
wb.StoreCollisionComponentsApi(api_client=self._api_client)
)

async def close(self):
await self._api_client.close()

0 comments on commit 0bfd51e

Please sign in to comment.