lib/dry/configurable/constants.rb



# frozen_string_literal: true

require "dry/core/constants"

module Dry
  # Shared constants
  #
  # @api private
  module Configurable
    include Dry::Core::Constants
  end
end