# frozen_string_literal: true module DrawioDsl module Schema class Group < Shape configure_shape(:group) end end end