add client heartbeat runtime

This commit is contained in:
ars
2026-06-14 20:36:37 +03:00
parent 394e4e924f
commit 1a51ee2bbf
3 changed files with 409 additions and 3 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
def main() -> None:
print("nexus-sync client")
import sys
from nexus_sync.client.runtime import main
if __name__ == "__main__":
main()
raise SystemExit(main(sys.argv[1:]))