1from BasicTypeAttr import BasicTypeAttr
2
3
4class DecimalAttr(BasicTypeAttr):
5    # @@ 2003-01-14 ce: it would make more sense if the Float type spewed a
6    # SQL decimal type in response to having "precision" and "scale" attributes.
7    pass
8