- FastAPI serves static UI, file CRUD under code/ and read-only lib/ - Pyodide worker runs Python and Jedi completions in the browser - SQLite accounts: login/register, session cookies, superuser user management - Optional EDITOR_API_KEY, AUTH_* env vars, .env.example - Pipenv, pytest, Selenium smoke test, README Made-with: Cursor
4 lines
88 B
Python
4 lines
88 B
Python
"""Sample script — runs in the browser under Pyodide."""
|
|
|
|
print("Hello from Pyodide")
|