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