#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

@@ -1 +1,4 @@
from itd.client import Client as ITDClient
from itd.client import Client as ITDClient
from itd.models.event import StreamConnect, StreamNotification
__all__ = ['ITDClient', 'StreamConnect', 'StreamNotification']