Add monitoring PF service

This commit is contained in:
Grendgi
2026-06-04 14:55:41 +03:00
commit dd3edd7088
41 changed files with 3194 additions and 0 deletions

4
run_web.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
cd /d "%~dp0"
".venv\Scripts\python.exe" run_web.py
pause