def __init__()

in aidial_assistant/utils/stream.py [0:0]


    def __init__(self, stream: AsyncIterator[str]):
        self.stream = stream
        self.buffer = ""