# typed: strict # frozen_string_literal: true require "cask/artifact/abstract_flight_block" module Cask module Artifact # Artifact corresponding to the `preflight` stanza. class PreflightBlock < AbstractFlightBlock end end end