06-WPO-23Z-projekt-python/.env/lib/python3.11/site-packages/numpy/_core/umath.py

7 lines
123 B
Python
Raw Normal View History

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