# frozen_string_literal: true module Dhis2 module Api module Version224 class SystemInfo include ::Dhis2::Api::Shared::SystemInfo end end end end