5 lines
61 B
Python
5 lines
61 B
Python
import asyncio
|
|
|
|
from app.bot import main
|
|
|
|
asyncio.run(main()) |