School/.venv/lib/python3.9/site-packages/numpy/distutils/__init__.pyi
Kristofers Solo 1e065cc4b2 Updated .venv
2021-11-22 17:11:45 +02:00

5 lines
119 B
Python

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