Initial commit

This commit is contained in:
Jonas Karneboge 2026-09-22 18:35:43 +02:00
commit 3cba772836
1341 changed files with 532924 additions and 0 deletions

7
Diagnostik-App.bat Normal file
View file

@ -0,0 +1,7 @@
@echo off
cd /d "%~dp0"
echo Starte Pseudonymgenerator...
start "Pseudonymgenerator" python server.py
timeout /t 2 /nobreak > nul
start "" "http://localhost:8080"