qfuxa's picture
core refactoring
00f19b9
raw
history blame contribute delete
262 Bytes
from .core import TranscriptionEngine
from .audio_processor import AudioProcessor
from .web.web_interface import get_web_interface_html
from .parse_args import parse_args
__all__ = ['TranscriptionEngine', 'AudioProcessor', 'get_web_interface_html', 'parse_args']