Debug
foo.js
Copy
console.log("hello foo")
foo.py
Copy
print("Hello foo")
foo.py
Copy
print("not external")
# from ./assets/foo.py
foo.js
foo.py
index.html
Copy
console.log("hello foo")
another.py
Copy
print("Hello foo")