3RNN/Lib/site-packages/numpy/_core/umath.py
2024-05-26 19:49:15 +02:00

7 lines
123 B
Python

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