pyproject-build

This commit is contained in:
2023-10-14 14:52:04 +03:00
parent bc2fc7c9a0
commit 499893e10b
13 changed files with 100 additions and 75 deletions

View File

@@ -1,6 +1,6 @@
import json
from services.redis import redis
from validators.chat import Message
from validators.inbox import Message
async def notify_message(message: Message, chat_id: str):