4 lines
96 B
Python
4 lines
96 B
Python
|
from flask_sqlalchemy import SQLAlchemy
|
||
|
|
||
|
db_connection = SQLAlchemy()
|
||
|
db = db_connection.session
|