libpyrrent/libpyrr/headers/alert_observer_h.py

8 lines
289 B
Python
Raw Normal View History

2016-03-10 16:05:17 +03:00
from ..utils import Struct
alert_observer = Struct({
'alert_handler': None,
'handle_alert': 0,
'types': [],
'num_types': 0,
'flags': 0
})