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