1 package org.catacomb.interlish.structure; 2 3 import org.catacomb.be.XYLocated; 4 5 public interface AttachmentPoint extends Flavored, IDd, XYLocated { 6 7 8 }