blob: c159867eb239c8a39436a4e650a19d169338525d [file] [log] [blame]
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 *