web_UI working - needs more tweaking

This commit is contained in:
nahakubuilde
2025-06-07 11:57:21 +01:00
parent 7053b82d30
commit ce0f7e0ac9
38 changed files with 1257 additions and 2799 deletions

View File

@@ -1,3 +1,6 @@
"""
Starts the email server, no web UI!
"""
from email_server.server_runner import start_server
from email_server.tool_box import get_logger
import asyncio