06-WPO-23Z-projekt-python/.env/lib/python3.11/site-packages/numpy/_core/umath.py
2024-01-13 18:51:41 +01:00

7 lines
123 B
Python

from numpy.core import umath
_globals = globals()
for item in umath.__dir__():
_globals[item] = getattr(umath, item)