package pattpack.image;

/**
 * Abstraction of the pixels of an image.  Empty in this example.
 * It does not need to be public.  It is public to ease the documentation.
 */
public class Pixels {}
