demo_language_moore / src /__init__.py
khof312's picture
Initial commit of the app.
e5e9b34
raw
history blame
136 Bytes
from .helpers import *
from .language_id import *
from .speech_to_text import *
from .text_to_speech import *
from .translation import *