add web ui

This commit is contained in:
YuanHui
2025-12-02 12:22:06 +08:00
parent 27d6248833
commit 9d1429eeb2
25 changed files with 3184 additions and 0 deletions

6
main.py Normal file
View File

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