First commit.

This commit is contained in:
2025-11-18 11:02:39 +01:00
parent e57266f93d
commit d4c4ccfc18
16 changed files with 874 additions and 1 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"type": "module",
"scripts": {
"postinstall": "node scripts/install-python-deps.js"
},
"dependencies": {
"python-shell": "^5.0.0"
}
}