Skip to content

Commit

Permalink
fix: enable pyodide patch on import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMochan committed Apr 24, 2023
1 parent f1adacf commit dd5193b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions subgrounds/__init__.py
Expand Up @@ -9,3 +9,9 @@
"Subgrounds",
"SyntheticField",
]

### Pyodide Patch ###

from subgrounds.contrib import pyodide as _pyodide

_pyodide.patch()

0 comments on commit dd5193b

Please sign in to comment.