# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project

from .mrope import OmniMRotaryEmbedding

__all__ = ["OmniMRotaryEmbedding"]
