init commit
This commit is contained in:
3
app/db/base.py
Normal file
3
app/db/base.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from app.db.session import Base # импортируем сам Base
|
||||
# Импортируем все модели, чтобы они зарегистрировались в metadata:
|
||||
from app.models import user, bot, channel, keyboard, post, audit, templates # noqa: F401
|
||||
Reference in New Issue
Block a user