# frozen_string_literal: true module DrawioDsl module Schema class Note < Shape configure_shape(:note) end end end