utils.py mit eingecheckt. Beispieldatei aus Config erzeugen.

This commit is contained in:
2026-01-23 16:05:22 +01:00
parent d55d71d623
commit 84f8751eff
4 changed files with 343 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
@echo off
CALL manage_interpreter.bat activate_interpreter
python %PROJECT_LIB%\create_example.py %*
CALL manage_interpreter.bat deactivate_interpreter