"""
=========================================
CV6 AI Trading OS
Database Models
=========================================
Re-exports the canonical User model from app.models.user
to avoid duplicate SQLAlchemy mapper conflicts.
"""

# Single source of truth — all other modules should import from here
from app.models.user import User  # noqa: F401