# frozen_string_literal: true module DrawioDsl module Schema class Square < Shape configure_shape(:square) end end end