# frozen_string_literal: true module DrawioDsl module Schema class H4 < Shape configure_shape(:h4) end end end