from __future__ import annotations from time_machine.adapters.stt.modal_nemotron import ModalNemotronSTTAdapter from time_machine.adapters.stt.nemotron import NemotronStreamingSTTAdapter from time_machine.adapters.stt.whisper_stt import WhisperSTTAdapter __all__ = ["ModalNemotronSTTAdapter", "NemotronStreamingSTTAdapter", "WhisperSTTAdapter"]