Support-BOT
This commit is contained in:
3
app/core/base.py
Normal file
3
app/core/base.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""Импорты класса Base и всех моделей для Alembic."""
|
||||
from app.core.db import Base # noqa
|
||||
from app.models import User, Message # noqa
|
||||
Reference in New Issue
Block a user