8 строки
106 B
Python
8 строки
106 B
Python
import asyncio
|
|
|
|
from bot import bot, dp
|
|
|
|
|
|
if __name__ == "__main__":
|
|
asyncio.run(dp.run_polling(bot))
|