Files
led-editor/src/static/bundled-demos/demo/main.py
Jimmy 98fa4260d4 Relocate bundled demo sources into bundled-demos/demo/
Mirror bundled-lib/ by keeping manifest.json at the bundle root and
shipping sample .py files from a demo/ subdirectory.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-14 22:34:17 +12:00

4 lines
88 B
Python

"""Sample script — runs in the browser under Pyodide."""
print("Hello from Pyodide")