existing TutorialDock Python app

This commit is contained in:
2026-02-19 01:16:17 +02:00
commit dd9a8082d9
3 changed files with 5321 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