reformatting

This commit is contained in:
Brunsmeier
2026-05-21 14:05:06 +08:00
parent a4796d070a
commit b1b17ba9f5
19 changed files with 0 additions and 0 deletions

13
start_tomatopick.bat Normal file
View File

@ -0,0 +1,13 @@
@echo off
setlocal
cd /d "%~dp0"
python main.py
if errorlevel 1 (
echo.
echo TomatoPick failed to start or exited with an error.
echo Working directory: %CD%
echo.
pause
)