Reorganize Socket.IO code

This commit is contained in:
Patrick Jentsch
2024-11-18 12:36:37 +01:00
parent 9f56647cf7
commit 1e5c26b8e3
13 changed files with 95 additions and 100 deletions

View File

@ -15,4 +15,4 @@ def before_request():
pass
from . import cli, json_routes, routes, settings
from . import cli, events, json_routes, routes, settings