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

This commit is contained in:
2025-03-28 19:44:13 +05:00
parent ca9dd32892
commit 2fab03b7cf
8 changed files with 0 additions and 0 deletions

7
pomodoro_bot/main.py Normal file
View File

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