mirror of
https://github.com/bytedream/aionlib.git
synced 2025-05-11 12:45:08 +02:00
Update __init__.py
This commit is contained in:
parent
cad926c4a0
commit
75418cb4fa
@ -29,7 +29,6 @@ def speech_output(speech_output: str) -> None:
|
|||||||
:since: 0.1.0
|
:since: 0.1.0
|
||||||
"""
|
"""
|
||||||
if is_aion:
|
if is_aion:
|
||||||
from ._utils import import_aion_internal_file
|
|
||||||
return import_aion_internal_file("__init__").speech_output(speech_output)
|
return import_aion_internal_file("__init__").speech_output(speech_output)
|
||||||
else:
|
else:
|
||||||
from ._utils import no_aion
|
from ._utils import no_aion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user