Support-BOT

This commit is contained in:
2024-05-01 19:55:22 +03:00
commit 4280385d32
34 changed files with 1361 additions and 0 deletions

3
app/core/base.py Normal file
View File

@@ -0,0 +1,3 @@
"""Импорты класса Base и всех моделей для Alembic."""
from app.core.db import Base # noqa
from app.models import User, Message # noqa