# frozen_string_literal: true module DrawioDsl module Schema class H5 < Shape configure_shape(:h5) end end end