Files
beaver_project/app-instance/backend/nanobot/heartbeat/__init__.py
2026-03-13 16:40:08 +08:00

6 lines
141 B
Python

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