#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

@@ -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']