# frozen_string_literal: true module DrawioDsl module Schema class Process < Shape configure_shape(:process) end end end