第一次提交
This commit is contained in:
5
app-instance/backend/nanobot/heartbeat/__init__.py
Normal file
5
app-instance/backend/nanobot/heartbeat/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
"""Heartbeat service for periodic agent wake-ups."""
|
||||
|
||||
from nanobot.heartbeat.service import HeartbeatService
|
||||
|
||||
__all__ = ["HeartbeatService"]
|
||||
Reference in New Issue
Block a user