package be.cytomine.client;
import be.cytomine.client.abst.AbstractStorageAbstractImage;
/**
* A link between a storage and some images
*
* @author ClientBuilder (Loïc Rollus)
* @version 0.1
*
* YOU CAN EDIT THIS FILE (DO NO EDIT THE ABSTRACT PARENT CLASS)
*
*/
public class StorageAbstractImage
extends AbstractStorageAbstractImage
{
}