WIP: Temporary commit for branch move
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import asyncio
|
||||
|
||||
from helper_bot.main import start_bot
|
||||
from helper_bot.utils.base_dependency_factory import BaseDependencyFactory
|
||||
from helper_bot.utils.base_dependency_factory import get_global_instance
|
||||
|
||||
if __name__ == '__main__':
|
||||
asyncio.run(start_bot(BaseDependencyFactory()))
|
||||
asyncio.run(start_bot(get_global_instance()))
|
||||
|
||||
Reference in New Issue
Block a user