surfaces/adapter/web/handlers/__init__.py
2026-05-26 14:50:56 +03:00

7 lines
152 B
Python

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