Files
beaver_project/app-instance/backend-old/nanobot/heartbeat/__init__.py

6 lines
141 B
Python

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