Failure module

Hi, trying to use failure module with Mavsdk (python version) I get this error:

‘System’ object has no attribute ‘failure’

Looking at files it seems that all is set properly. The line which provokes the error is this one:

await drone.failure.inject(SystemMotor, Off, 0)