lib/dry/core.rb



# frozen_string_literal: true

require "dry/core/version"

# :nodoc:
module Dry
  # :nodoc:
  module Core
  end
end