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

class Inference(Base):
    docstr:str