__init__.py 143 B

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