mirror of
https://github.com/sortedcord/kokoro-wayland.git
synced 2026-03-07 15:44:07 +05:30
7 lines
88 B
Python
7 lines
88 B
Python
def main():
|
|
print("Hello from kokoro-tts!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|