6 lines
98 B
Python
Raw Normal View History

2022-03-03 09:53:51 +08:00
class AlertMonitor(object):
'''
Recv alert signals and process them
'''
pass