""" ASR module using onnx-asr library """ from .asr_pipeline import ASRPipeline, load_pipeline __all__ = ["ASRPipeline", "load_pipeline"]