feat(board): python_pyodide下添加 Teachable Machine (待完善)
This commit is contained in:
@@ -13,6 +13,7 @@ import {
|
||||
import { KernelLoader } from '@basthon/kernel-loader';
|
||||
import StatusBarImage from './statusbar-image';
|
||||
import StatusBarFileSystem from './statusbar-filesystem';
|
||||
import StatusBarTool from './statusbar-tool';
|
||||
import LOADER_TEMPLATE from '../templates/html/loader.html';
|
||||
|
||||
|
||||
@@ -55,6 +56,7 @@ export default class PythonShell {
|
||||
this.kernel = kernel;
|
||||
this.statusBarImage = StatusBarImage.init();
|
||||
this.statusBarFileSystem = StatusBarFileSystem.init();
|
||||
this.statusBarTool = StatusBarTool.init();
|
||||
this.pythonShell = new PythonShell();
|
||||
this.pyodide = window.pyodide;
|
||||
this.interruptBuffer = new Uint8Array(new ArrayBuffer(1));
|
||||
|
||||
Reference in New Issue
Block a user