# frozen_string_literal: true
module Integrations
class Clickup < Integration
include Integrations::Base::Clickup
end