first commit

This commit is contained in:
2026-06-29 09:52:02 +02:00
commit da2f7c3c86
31 changed files with 2306 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
"""Einstiegspunkt für den Poller-Dienst (Hintergrund-Abruf)."""
from app.poller import run_forever
if __name__ == "__main__":
run_forever()