migrate to aiogram 3.10.0
This commit is contained in:
7
run_helper.py
Normal file
7
run_helper.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import asyncio
|
||||
from helper_bot.main import start_bot
|
||||
from helper_bot.utils.base_dependency_factory import BaseDependencyFactory
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
asyncio.run(start_bot(BaseDependencyFactory()))
|
||||
Reference in New Issue
Block a user