Files
auto-readme-cli/web/__init__.py
Developer d8325c4be2
Some checks failed
CI / test (push) Failing after 13s
Fix CI/CD: Add Gitea Actions workflow and fix linting issues
2026-02-05 09:02:49 +00:00

10 lines
218 B
Python

"""
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"]