init commit

This commit is contained in:
2025-12-18 05:55:32 +09:00
commit a6817e487e
72 changed files with 13847 additions and 0 deletions

5
main.py Normal file
View File

@@ -0,0 +1,5 @@
import asyncio
from app import main
if __name__ == "__main__":
asyncio.run(main())