Upload files to "/"

new data
This commit is contained in:
2025-08-15 20:10:29 +00:00
commit 32517873b3
4 changed files with 3846 additions and 0 deletions

10
main.bat Normal file
View File

@@ -0,0 +1,10 @@
@echo off
pip install -r requirements.txt
python main.py
set /p user_input=Enter something:
echo You entered: %user_input%
pause
pause
pause
pausee2
pause1