Skip to content

Commit 5a0c90b

Browse files
authored
Export ImageArray from the ngff module (#245)
* adding the ImageArray * precommit * black
1 parent 319f4f3 commit 5a0c90b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

iohub/ngff/__init__.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
from iohub.ngff.models import TransformationMeta
2-
from iohub.ngff.nodes import Plate, Position, open_ome_zarr
2+
from iohub.ngff.nodes import ImageArray, Plate, Position, open_ome_zarr
33

4-
__all__ = ["open_ome_zarr", "Plate", "Position", "TransformationMeta"]
4+
__all__ = [
5+
"ImageArray",
6+
"open_ome_zarr",
7+
"Plate",
8+
"Position",
9+
"TransformationMeta",
10+
]

0 commit comments

Comments
 (0)