restructure
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-03-28 20:26:23 +05:00
parent 0e936fbb40
commit 135ed4fd7a
8 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +0,0 @@
import asyncio
from pomodoro_bot.bot import run_bot
from .redis_client import init_redis
if __name__ == '__main__':
asyncio.run(init_redis())
run_bot()