# typed: strict

module AbstractDownloadStrategy::Pourable
  include Kernel
  requires_ancestor { AbstractDownloadStrategy }
end
