microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.19.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

source/pip/qsharp/utils/__init__.py

8lines · modepreview

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

from ._utils import dump_operation

__all__ = [
    "dump_operation",
]