Spaces:
Runtime error
Runtime error
File size: 123 Bytes
4fe5752 |
1 2 3 4 5 |
@echo off
REM Optionally activate your virtual environment here, e.g., call venv\Scripts\activate
python app/main.py
pause
|