"""A collection of models which don't fit in the generic classes :class:`ctranslate2.Translator`
and :class:`ctranslate2.Generator`.
"""try:fromctranslate2._extimport(Wav2Vec2,Wav2Vec2Bert,Whisper,WhisperGenerationResult,WhisperGenerationResultAsync,)exceptImportErrorase:# Allow using the Python package without the compiled extension.
if"No module named"instr(e):passelse:raise