adding tordoidal simulator and drawing

This commit is contained in:
2026-02-13 11:32:37 -06:00
parent 5f3beeda8d
commit 1d8e60c5df
11 changed files with 2511 additions and 5 deletions

9
start_webapp.bat Normal file
View File

@@ -0,0 +1,9 @@
@echo off
echo Starting Transformer Optimizer Web App...
echo.
echo Open your browser to: http://localhost:5000
echo.
echo Press Ctrl+C to stop the server
echo.
python app.py
pause