# src/models/db.py
from flask_sqlalchemy import SQLAlchemy

# 앱 없이 미리 생성
db = SQLAlchemy()