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

PreprocessReturnMetadata = NewType("PreprocessReturnMetadata", Dict)