Skip to content

Commit

Permalink
Merge pull request #20 from Gepetto/add-to-group-without-tree
Browse files Browse the repository at this point in the history
Add to group without tree
  • Loading branch information
florent-lamiraux authored Dec 12, 2024
2 parents 62e34f8 + f490be5 commit 3fe2585
Show file tree
Hide file tree
Showing 4 changed files with 460 additions and 207 deletions.
4 changes: 2 additions & 2 deletions src/gepetto_viewer_rerun/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .client import Client
from .client import Client, Group

__all__ = [Client]
__all__ = [Client, Group]
Loading

0 comments on commit 3fe2585

Please sign in to comment.