You've already forked Irene-Voice-Assistant
mirror of
https://github.com/janvarev/Irene-Voice-Assistant.git
synced 2025-11-23 22:45:08 +02:00
7 lines
154 B
Python
7 lines
154 B
Python
|
|
from .transcribe import *
|
||
|
|
from .stress import *
|
||
|
|
from .rhymes import *
|
||
|
|
from .syllables import *
|
||
|
|
|
||
|
|
__all__ = ['transcribe', 'rhymes', 'stress', 'syllables']
|