mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-08 04:03:38 +00:00
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"]
|