initial: existing TutorialDock Python app + conversion design and plan

This commit is contained in:
Your Name
2026-02-19 01:16:17 +02:00
commit 47d4409bcc
5 changed files with 7268 additions and 0 deletions

6
tutorials.bat Normal file
View File

@@ -0,0 +1,6 @@
@echo off
set SCRIPT_DIR=%~dp0
pushd "%SCRIPT_DIR%"
start "" /B pythonw "tutorial.py"
popd
exit