feat: sync all remaining python source board configurations

This commit is contained in:
yczpf2019
2026-01-24 16:19:55 +08:00
parent 1990bee9a1
commit 20bde81bbb
519 changed files with 93119 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"language": "Python",
"nav": {
"webrun": true,
"websteprun": true,
"webcancel": true,
"save": {
"py": true
},
"levelSelector": true
},
"saveMixWithCode": false
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -0,0 +1,3 @@
var mixpyProject = new MixpyProject();
var pyengine = new PyEngine({}, mixpyProject);
Sk.__future__ = Sk.python3;