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