8 lines
212 B
Python
8 lines
212 B
Python
from userbot.modules.stt.service import (
|
|
is_transcribable,
|
|
should_transcribe_on_backfill,
|
|
transcribe_message,
|
|
)
|
|
|
|
__all__ = ["is_transcribable", "should_transcribe_on_backfill", "transcribe_message"]
|