#11 Added SSE listening

This commit is contained in:
Vasily Domakov
2026-02-09 23:21:01 +03:00
parent de48c30c78
commit 1a4f9f6c5a
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']