queue.put(event)
at the end of the 'listen()' function raises the following:
Exception ignored on calling ctypes callback function: <function listen..low_level_mouse_handler at 0x0000022BFE351090>
Traceback (most recent call last):
File "_winmouse.py", line 165, in low_level_mouse_handler
queue.put(event)
AttributeError: 'function' object has no attribute 'put'