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

7 lines
126 B
Python

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