# frozen_string_literal: true module Dhis2 module Api class Indicator < Base end end end