# frozen_string_literal: true

module API
  module Entities
    class GroupLabel < Entities::Label
    end
  end
end