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

module Hbc
  module Artifact
    class Font < Moved
    end
  end
end