1# auto_register: false 2# frozen_string_literal: true 3 4require "dry/operation" 5 6module Sparkles 7 class Operation < Dry::Operation 8 end 9end