brew/Library/Homebrew/cask/artifact/audio_unit_plugin.rb
2024-04-26 19:04:20 +02:00

13 lines
224 B
Ruby

# typed: strict
# frozen_string_literal: true
require "cask/artifact/moved"
module Cask
module Artifact
# Artifact corresponding to the `audio_unit_plugin` stanza.
class AudioUnitPlugin < Moved
end
end
end