Files
FascioSchoolBot/main.py
2025-09-25 13:22:14 +03:00

5 lines
61 B
Python

import asyncio
from app.bot import main
asyncio.run(main())