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