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

7 lines
147 B
Python

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