6 lines
62 B
Python
6 lines
62 B
Python
import httpx
|
|
|
|
|
|
class SSEError(httpx.TransportError):
|
|
pass
|