chore: add start.bat

pull/7/head
ERR0RPR0MPT 2024-04-12 10:19:40 +08:00
parent 8ee555a9ed
commit 5b8deed4dc
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
/.idea /.idea
/__pycache__ /__pycache__
/start.bat
/test/ /test/
/app/ /app/

3
start.bat 100644
View File

@ -0,0 +1,3 @@
@echo off
python .\main.py
pause