File size: 119 Bytes
addbc00
 
 
 
 
 
1
2
3
4
5
6
from pydantic import BaseModel
from typing import List
from .generic import Base

class Inference(Base):
    docstr:str