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

This commit is contained in:
2026-04-15 02:51:32 +00:00
parent f55e024109
commit c4218fbcab

View File

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