6 lines
141 B
Python
6 lines
141 B
Python
"""Heartbeat service for periodic agent wake-ups."""
|
|
|
|
from nanobot.heartbeat.service import HeartbeatService
|
|
|
|
__all__ = ["HeartbeatService"]
|