Source code for eotransform.protocol.stream
from abc import abstractmethod
from typing import Generic, TypeVar
StreamInT = TypeVar('StreamInT')
from abc import abstractmethod
from typing import Generic, TypeVar
StreamInT = TypeVar('StreamInT')