init (not checked bat script yet)

This commit is contained in:
litagin02
2023-12-27 05:37:46 +09:00
parent 11a1e7e80d
commit 58fab45b84
235 changed files with 2831 additions and 773509 deletions

8
App.bat Normal file
View File

@@ -0,0 +1,8 @@
@echo off
echo Running app.py...
venv\Scripts\python app.py
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
pause