# frozen_string_literal: true module DrawioDsl module Schema class EmbedCol200 < Shape configure_shape(:embed_col200) end end end