# frozen_string_literal: true module Cask class DSL class Preflight < Base include Staged end end end