Initial commit: AdGuard Tetris blocking page

This commit is contained in:
bmartin
2026-06-03 21:23:35 +00:00
commit 1896807165
7 changed files with 1528 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import sys
sys.path.insert(0,'/opt/flaskapp')
from app import app as application