Plant.py arbeitet jetzt mit dem str tree zusammen mit der bbox.

This commit is contained in:
2025-05-26 14:36:20 +02:00
parent e347794373
commit 761bf22636
5 changed files with 265 additions and 395 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
@echo off
CALL manage_interpreter.bat activate_interpreter
python %PROJECT_LIB%\routing.py %*
python -m cProfile -o file.prof %PROJECT_LIB%\routing.py %*
CALL manage_interpreter.bat deactivate_interpreter