feat: sync all remaining python source board configurations
This commit is contained in:
11
mixly/boards/default_src/python_pyodide/export.js
Normal file
11
mixly/boards/default_src/python_pyodide/export.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as PythonPyodideSKLearnBlocks from './blocks/sklearn';
|
||||
import * as PythonPyodideSKLearnGenerators from './generators/sklearn';
|
||||
import * as PythonTensorflowBlocks from './blocks/tensorflow';
|
||||
import * as PythonTensorflowGenerators from './generators/tensorflow';
|
||||
|
||||
export {
|
||||
PythonPyodideSKLearnBlocks,
|
||||
PythonPyodideSKLearnGenerators,
|
||||
PythonTensorflowBlocks,
|
||||
PythonTensorflowGenerators
|
||||
};
|
||||
Reference in New Issue
Block a user