Grundlagen für enumerate.bat geschaffen

This commit is contained in:
2026-01-22 12:16:57 +01:00
parent abba70b6ca
commit 34838ccf02
4 changed files with 183 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
@echo off
CALL manage_interpreter.bat activate_interpreter
python %PROJECT_LIB%\create_numbers.py %*
CALL manage_interpreter.bat deactivate_interpreter