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

module Hbc
  module Artifact
    class VstPlugin < Moved
    end
  end
end