7 lines
215 B
JavaScript
7 lines
215 B
JavaScript
import * as PythonPyodideSKLearnBlocks from './blocks/sklearn';
|
|
import * as PythonPyodideSKLearnGenerators from './generators/sklearn';
|
|
|
|
export {
|
|
PythonPyodideSKLearnBlocks,
|
|
PythonPyodideSKLearnGenerators
|
|
}; |