from __future__ import annotations from core.handler import EventDispatcher def register_web_handlers(dispatcher: EventDispatcher) -> None: pass