diff --git a/pyad2/ad2.py b/pyad2/ad2.py index 4f6328b..8008f2e 100644 --- a/pyad2/ad2.py +++ b/pyad2/ad2.py @@ -6,6 +6,7 @@ Provides the full AD2 class and factory. import time import threading + from .event import event from .devices import USBDevice from .util import CommError, NoDeviceError