Shofel2_T124_python/venv/lib/python3.10/site-packages/libusb1.py

9 lines
219 B
Python
Raw Normal View History

2024-05-25 16:45:07 +00:00
import warnings
warnings.warn(
'Importing this module should not be needed, everything intended to be '
'exposed should be available in usb1 module.',
DeprecationWarning,
)
del warnings
from usb1.libusb1 import *