right now, basically every module can be import from spatialdata main module.
e.g. this works:
fromspatialdataimportSpatialData, Scale, Image2DModel
I think it's a bit confusing and I think something like this would be clearer
fromspatialdataimportSpatialdatafromspatialdata.modelsimportImage2DModelfromspatialdata.transformsimportScale
ideas? @scverse/spatialdata
right now, basically every module can be import from spatialdata main module.
e.g. this works:
I think it's a bit confusing and I think something like this would be clearer
ideas? @scverse/spatialdata