"""Shared helpers (read-only on server; copied into Pyodide when you run).""" def greet(name: str) -> str: return f"Hello, {name}!"