""" vllm_npu — Ascend NPU platform plugin for vLLM. The ``register()`` function is discovered by vLLM through the ``vllm.platform_plugins`` entry-point and returns the fully-qualified class name of the platform implementation. """ def register(): """Return the fully-qualified name of the NPU platform class.""" return "vllm_npu.platform.NPUPlatform"