fix: add python3 shebang to bin/nostr-agent-demo.py (#681)

This commit is contained in:
2026-04-15 02:57:00 +00:00
parent ad751a6de6
commit 6d678e938e

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
Full Nostr agent-to-agent communication demo - FINAL WORKING
"""