chore(boards): 调整mixpy下sklearn模块
This commit is contained in:
@@ -67,6 +67,11 @@ import {
|
||||
PythonMixpyTurtleGenerators
|
||||
} from '@mixly/python-mixpy';
|
||||
|
||||
import {
|
||||
PythonPyodideSKLearnBlocks,
|
||||
PythonPyodideSKLearnGenerators
|
||||
} from './';
|
||||
|
||||
import './others/loader';
|
||||
|
||||
import './css/color_mixpy_python_advance.css';
|
||||
@@ -108,6 +113,7 @@ Object.assign(
|
||||
PythonMixpySKLearnBlocks,
|
||||
PythonMixpySystemBlocks,
|
||||
PythonMixpyTurtleBlocks,
|
||||
PythonPyodideSKLearnBlocks
|
||||
);
|
||||
|
||||
Object.assign(
|
||||
@@ -139,5 +145,6 @@ Object.assign(
|
||||
PythonMixpySerialGenerators,
|
||||
PythonMixpySKLearnGenerators,
|
||||
PythonMixpySystemGenerators,
|
||||
PythonMixpyTurtleGenerators
|
||||
PythonMixpyTurtleGenerators,
|
||||
PythonPyodideSKLearnGenerators
|
||||
);
|
||||
Reference in New Issue
Block a user