# Re-export schemas so both ..models.schemas and ..schemas.schemas paths work
from ..schemas.schemas import (
    UserRegister, UserLogin, Token, UserOut,
    CaseCreate, CaseOut,
    AIAnalysisRequest, AIAnalysisResponse,
    LawyerOut, LawyerRecommendation,
    AppointmentCreate, AppointmentOut,
)
