web-interface initial
This commit is contained in:
parent
3340c126d6
commit
6e7d34e7a9
2393 changed files with 812405 additions and 0 deletions
7
adapter/web/handlers/__init__.py
Normal file
7
adapter/web/handlers/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from core.handler import EventDispatcher
|
||||
|
||||
|
||||
def register_web_handlers(dispatcher: EventDispatcher) -> None:
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue