refactor voice_bot
This commit is contained in:
9
voice_bot_v2.py
Normal file
9
voice_bot_v2.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import asyncio
|
||||
|
||||
from helper_bot.utils.base_dependency_factory import BaseDependencyFactory
|
||||
from voice_bot.main import start_bot
|
||||
|
||||
bdf = BaseDependencyFactory()
|
||||
|
||||
if __name__ == '__main__':
|
||||
asyncio.run(start_bot(BaseDependencyFactory()))
|
||||
Reference in New Issue
Block a user