from flask_sqlalchemy import SQLAlchemy

# Single SQLAlchemy instance for the entire application
db = SQLAlchemy()
