Skip to content

Commit

Permalink
Re-export a couple somacore classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-dark committed Jan 29, 2025
1 parent effc3b1 commit 6f96a39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apis/python/src/tiledbsoma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@

__all__ = [
"AlreadyExistsError",
"AffineTransform",
"Axis",
"AxisColumnNames",
"AxisQuery",
Expand All @@ -212,13 +213,15 @@
"get_implementation",
"get_SOMA_version",
"get_storage_engine",
"IdentityTransform",
"IntIndexer",
"Measurement",
"MultiscaleImage",
"NotCreateableError",
"open",
"PointCloudDataFrame",
"ResultOrder",
"ScaleTransform",
"Scene",
"show_package_versions",
"SOMA_JOINID",
Expand All @@ -235,4 +238,5 @@
"tiledbsoma_stats_reset",
"tiledbsoma_stats_as_py",
"tiledbsoma_stats_json",
"UniformScaleTransform",
]

0 comments on commit 6f96a39

Please sign in to comment.