mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-10 03:32:26 +08:00
Initial commit
This commit is contained in:
14
src/services/health/__init__.py
Normal file
14
src/services/health/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
"""
|
||||
健康监控服务模块
|
||||
|
||||
包含健康监控相关功能:
|
||||
- health_monitor: 健康度监控单例
|
||||
- HealthMonitor: 健康监控类
|
||||
"""
|
||||
|
||||
from .monitor import HealthMonitor, health_monitor
|
||||
|
||||
__all__ = [
|
||||
"health_monitor",
|
||||
"HealthMonitor",
|
||||
]
|
||||
Reference in New Issue
Block a user