LibCST/stubs/hypothesis.pyi

5 lines
78 B
Python

# pyre-unsafe
from typing import Any
def __getattr__(name: str) -> Any: ...