refactor: reorganize startup persistence boundaries

This commit is contained in:
jxxghp
2026-08-23 21:24:34 +08:00
parent 7f09927c47
commit e1509c4e0d
96 changed files with 1036 additions and 782 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from app.runtime.event.binding import (
from app.runtime.event.errors import EventErrorPolicy
from app.runtime.events import Event
from app.schemas.types import EventType
from app.startup.modules_initializer import get_host_event_handler_factories
from app.startup.initializers.modules import get_host_event_handler_factories
class _UnmanagedHandler: