Fix CI/CD: Add Gitea Actions workflow and fix linting issues

This commit is contained in:
Developer
2026-02-05 09:02:49 +00:00
commit d8325c4be2
111 changed files with 19657 additions and 0 deletions

9
web/__init__.py Normal file
View File

@@ -0,0 +1,9 @@
"""
7000%AUTO Web Dashboard
Read-only web interface for monitoring the autonomous AI system.
"""
from web.app import app, event_broadcaster, broadcast_event
__all__ = ["app", "event_broadcaster", "broadcast_event"]