File size: 103 Bytes
df6c67d
 
 
1
2
3
4
from typing import Dict, NewType

PreprocessReturnMetadata = NewType("PreprocessReturnMetadata", Dict)