Files
Buffteks-Website/streamlit-venv/lib/python3.10/site-packages/numpy/distutils/__init__.pyi
2025-01-10 21:40:35 +00:00

5 lines
119 B
Python
Executable File

from typing import Any
# TODO: remove when the full numpy namespace is defined
def __getattr__(name: str) -> Any: ...