Skip to content

Commit

Permalink
Move model namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Nov 21, 2024
1 parent ee5cf52 commit 66d7730
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# # Tutorial

# from ome_zarr_models.v04 import Image as OMEZarrImage
from ome_zarr_models.v04.models

# my_image = OMEZarrImage(path="path/to/ome/zarr/directory.ome.zarr")
# print(my_image.multiscales)
Expand Down
8 changes: 8 additions & 0 deletions src/ome_zarr_models/v04/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from ome_zarr_models.v04.axes import Axis
from ome_zarr_models.v04.coordinate_transformations import (
PathScale,
PathTranslation,
VectorScale,
VectorTranslation,
)
from ome_zarr_models.v04.multiscales import Dataset, Multiscale, MultiscaleGroupAttrs
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions src/ome_zarr_models/v04/models/__init__.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 66d7730

Please sign in to comment.