Initial Upload

This commit is contained in:
2026-02-04 17:09:36 +05:30
commit c2b953529e
9 changed files with 2194 additions and 0 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from kokoro-tts!")
if __name__ == "__main__":
main()