# frozen_string_literal: true module DrawioDsl module Schema class Step < Element configure_as(:step) end end end