class EVOLICITY_CLIENT

(source code)

Description

Provide access to internal Evolicity features

note
	description: "Provide access to internal Evolicity features"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2023-06-20 10:23:56 GMT (Tuesday 20th June 2023)"
	revision: "1"

deferred class
	EVOLICITY_CLIENT

inherit
	EL_FEATURE_ACCESS

end