sio-2425/delivery1/server/database.py

4 lines
96 B
Python
Raw Permalink Normal View History

from flask_sqlalchemy import SQLAlchemy
db_connection = SQLAlchemy()
db = db_connection.session