add oldproject folder

This commit is contained in:
2026-03-27 15:34:24 +01:00
parent 92f19f853a
commit bfb1f31eec
69 changed files with 19655 additions and 21 deletions

8
installer/install.bat Executable file
View File

@@ -0,0 +1,8 @@
@echo off
pip install -r requirements.txt
echo.
echo installation is ready
pause