# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0
from __future__ import annotations

__all__ = ["load_op"]

from onnx.reference.ops.aionnx_preview._op_list import load_op
