[console_scripts]
iohub = iohub.cli.cli:cli

[iohub.zarr_implementations]
tensorstore = iohub.core.implementations.tensorstore:TensorStoreImplementation
zarr-python = iohub.core.implementations.zarr_python:ZarrPythonImplementation
zarrs-python = iohub.core.implementations.zarr_python:ZarrsPythonImplementation
