Files
Support-BOT/app/core/base.py
2024-05-01 19:55:22 +03:00

4 lines
162 B
Python

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