Files
notecast/transcription/engines/StreamingSTT.py
2026-06-25 00:30:59 +03:00

5 lines
138 B
Python

from transcription.engines.BaseEngine import BaseEngine
class StreamingSTTEngine(BaseEngine):
def __init__(self) -> None:
...