"""全项目共用的 Pydantic 模型(DTO / 文章注解类型等)。""" from app.schemas.image import ImagePath __all__ = ["ImagePath"]