blob: 2a65839b5c86d42475c0e2070be51dbfdb458e7a [file] [log] [blame]
for (shape in Shape.all) {
shape.id.println();
shape.layoutConstraint.println();
shape.element.type.println();
}