nanobot/nanobot/heartbeat/__init__.py
2026-02-01 07:36:42 +00:00

6 lines
141 B
Python

"""Heartbeat service for periodic agent wake-ups."""
from nanobot.heartbeat.service import HeartbeatService
__all__ = ["HeartbeatService"]