microsoft/qdk

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.27.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

source/pip/qsharp/_device/__init__.py

8lines · modepreview

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

from ._device import Device

__all__ = [
    "Device",
]