Add All Folders

This commit is contained in:
soorena62
2026-02-08 04:38:10 +03:30
commit 9bb57e4799
191 changed files with 8469 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
@echo off
REM Activate virtual environment
call venv\Scripts\activate
cd /d C:\Users\Omen16\Documents\Radiuma_Mini
REM Run the Radiuma Mini application
python -m app.main
pause