mirror of
https://gitee.com/qpy-solutions/tracker-v2.git
synced 2025-05-18 18:48:25 +08:00
6 lines
98 B
Python
6 lines
98 B
Python
|
|
class AlertMonitor(object):
|
|
'''
|
|
Recv alert signals and process them
|
|
'''
|
|
pass |