package contentmanagement.webElements.svg.shapes.composite

import contentmanagement.webElements.svg.shapes.BeShape.BeShapeContainerable

class ShapeWithShapeHole(outerShape: BeShapeContainerable, innerShape: BeShapeContainerable) {

}
