




ll := import("@platforma-sdk/workflow-tengo:ll")
feat := import("@platforma-sdk/workflow-tengo:feats")

if(!feat.commandExpressions) {
	ll.panic("INCOMPATIBLE PLATFORMA BACKEND, PLEASE UPGRADE PLATFORMA TO THE LATEST VERSION! " +
		"(commandExpressions feature is not supported)")
}

export {}
