Skip to content

Commit

Permalink
Add SeriesStyles to python init
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Jan 29, 2024
1 parent 9af2e2e commit 7293db7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rerun_py/rerun_sdk/rerun/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"RotationAxisAngle",
"Scale3D",
"SegmentationImage",
"SeriesStyle",
"Tensor",
"TensorData",
"TextDocument",
Expand Down Expand Up @@ -123,6 +124,7 @@
Points2D,
Points3D,
SegmentationImage,
SeriesStyle,
Tensor,
TextDocument,
TextLog,
Expand Down Expand Up @@ -180,6 +182,7 @@
# =====================================
# UTILITIES


__all__ += [
"EXTERNAL_DATA_LOADER_INCOMPATIBLE_EXIT_CODE",
"cleanup_if_forked_child",
Expand Down

0 comments on commit 7293db7

Please sign in to comment.