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