def__getattr__(name:str):ifname=="Processor":from.input_processorimportInputProcessorwarnings.warn("`vllm.v1.engine.processor.Processor` has been moved to ""`vllm.v1.engine.input_processor.InputProcessor`. ""The old name will be removed in v0.13.",DeprecationWarning,stacklevel=2,)returnInputProcessorraiseAttributeError(f"module {__name__!r} has no attribute {name!r}")