1
0
Fork 0
mirror of https://github.com/PiBrewing/craftbeerpi4.git synced 2025-01-14 16:36:02 +01:00
craftbeerpi4-pione/venv3/lib/python3.7/site-packages/numpy/matrixlib/__init__.pyi
2021-03-03 23:49:41 +01:00

8 lines
95 B
Python

from typing import Any, List
__all__: List[str]
matrix: Any
bmat: Any
mat: Any
asmatrix: Any