Techdocs / techdocs /dtypes.py
mayureshagashe2105's picture
CLI tool
808bf67
raw
history blame
127 Bytes
data_types = {'str': str,
'int': int,
'float': float,
'bool': bool
}