Fix CI/CD: Add Gitea Actions workflow and fix linting issues
This commit is contained in:
9
web/__init__.py
Normal file
9
web/__init__.py
Normal 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"]
|
||||
Reference in New Issue
Block a user