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

7 lines
126 B
Python
Raw Permalink Normal View History

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