Add the missing StreamID class

This commit is contained in:
mhchia 2019-08-28 21:45:18 +08:00
parent d35b8ffc64
commit 34a4d7b0ed
No known key found for this signature in database
GPG Key ID: 389EFBEA1362589A

View File

@ -0,0 +1,6 @@
from typing import NamedTuple
class StreamID(NamedTuple):
channel_id: int
is_initiator: bool