fix(#681): add python3 shebang to diagram_meaning_extractor.py

This commit is contained in:
2026-04-15 02:51:55 +00:00
parent 1713c9df86
commit 76f2bd3270

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import json
from hermes_tools import browser_navigate, browser_vision