pyPS4Controller
pyPS4Controller copied to clipboard
import sys.exit to allow exception-free exiting
There's an import of sys.exit in cli.py but for people using pyPS4Controller as a library it should be imported here too, otherwise the Controller causes exceptions when disconnecting.