Initial commit - Phase 3/4
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
6
app/backend/websocket/__init__.py
Normal file
6
app/backend/websocket/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""WebSocket module for real-time notifications."""
|
||||
from .manager import ws_manager, ConnectionManager
|
||||
from .routes import router
|
||||
from . import notifications
|
||||
|
||||
__all__ = ["ws_manager", "ConnectionManager", "router", "notifications"]
|
||||
Reference in New Issue
Block a user