new telegram bot

This commit is contained in:
Artem Tsyrulnikov
2025-12-28 15:50:06 +03:00
parent 69179c64be
commit 2fb8c83041
75 changed files with 3719 additions and 1046 deletions

View File

@@ -8,7 +8,7 @@ from tortoise.transactions import in_transaction
from shared.datebase_base import DatabaseBase
from src import domain
from usecase import Database
from src.usecase import Database
log = logging.getLogger(__name__)