Access to AnimNotify Blueprint class from Python API

Hello,

I am trying to make a Python script and cannot find how I can access the AnimNotify Blueprint class instance for any AnimNotify in an AnimSequence. I looked in the unreal.AnimNotifyEvent and unreal.AnimNotify objects but found nothing similar.

Added a short snippet that shows how to get the anim notifies of an anim sequence using Python.