3 lines
106 B
Python
3 lines
106 B
Python
from flask_sqlalchemy import SQLAlchemy
|
|
|
|
db = SQLAlchemy() # Создаем экземпляр SQLAlchemy |