from pydantic import BaseModel from typing import List from .generic import Base class Inference(Base): docstr:str