diff --git a/pyodide_build/io.py b/pyodide_build/io.py new file mode 100644 index 0000000..67627c6 --- /dev/null +++ b/pyodide_build/io.py @@ -0,0 +1,4 @@ +# TODO: Remove me after we release Pyodide 0.28 +from pyodide_build.recipe.spec import MetaConfig + +__all__ = ["MetaConfig"]