move Server code into more services and use them into blueprints or server

This commit is contained in:
2026-04-06 04:20:07 +02:00
parent 30eb17bb83
commit 98be2fe6fe
8 changed files with 373 additions and 302 deletions
+3
View File
@@ -1,2 +1,5 @@
from .dashboard_events import DashboardEventsService
from .dashboard_ws_hub import DashboardWebSocketHub
from .game_runtime import GameRuntimeService
from .gameplay_tracking import GameplayTrackingService
from .dashboard_query import DashboardQueryService