This repository has been archived on 2025-03-08. You can view files and clone it, but cannot push or open issues or pull requests.
sio-2425/delivery1/server/database.py

4 lines
96 B
Python

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