package automatvgi.drawing;

import java.io.Serializable;

public interface Draw extends Serializable{

}
