#11 Added SSE listening

This commit is contained in:
Vasily Domakov
2026-02-09 23:21:01 +03:00
committed by firedotguy
parent 13365fc23a
commit f2e18e08c0
6 changed files with 135 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
from itd.models.event import StreamConnect, StreamNotification
__all__ = ['StreamConnect', 'StreamNotification']