adds Decimal to types __all__

This commit is contained in:
Mark Chackerian 2018-05-15 11:42:43 -04:00
parent 49258193ed
commit d40ef4be2b

View File

@ -41,6 +41,7 @@ __all__ = [
'Date',
'DateTime',
'Time',
'Decimal',
'JSONString',
'UUID',
'Boolean',