# frozen_string_literal: true

class EmptyRepo
	def find(*); end
end
