# frozen_string_literal: true

class IntegrationPolicy < BasePolicy
  delegate(:project)
end