первый коммит: инструмент, документ, правила, шаблоны

This commit is contained in:
2026-09-13 00:15:15 +02:00
commit 1971daf8c7
38 changed files with 7752 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
@echo off
rem Start RECADA: move fresh recada.py from Downloads + launch UI
setlocal
set ROOT=C:\CAD COWORK
set DL=%USERPROFILE%\Downloads\recada.py
if exist "%DL%" (
move /Y "%DL%" "%ROOT%\tool\recada.py"
echo recada.py updated from Downloads
)
cd /d "%ROOT%\tool"
".venv\Scripts\python.exe" -m streamlit run recada.py --server.maxUploadSize 2000