aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/artifact/preflight_block.rb
blob: 35142df47d93d855f77c4fe02f43567719557bc8 (plain)
1
2
3
4
5
6
7
8
require "hbc/artifact/abstract_flight_block"

module Hbc
  module Artifact
    class PreflightBlock < AbstractFlightBlock
    end
  end
end