# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

"""Deprecated. Use :func:`qdk.qsharp.dump_operation` instead."""

from qdk.qsharp import dump_operation  # noqa: F401

__all__ = [
    "dump_operation",
]
