aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/artifact/vst3_plugin.rb
blob: 056fffc2a994f076775a23e6a5ae616b7517f544 (plain)
1
2
3
4
5
6
7
8
require "hbc/artifact/moved"

module Hbc
  module Artifact
    class Vst3Plugin < Moved
    end
  end
end