# typed: strict
# frozen_string_literal: true

require "cask/artifact/moved"

module Cask
  module Artifact
    # Artifact corresponding to the `dictionary` stanza.
    #
    # @api private
    class Dictionary < Moved
    end
  end
end
