uncloud-mravi/uncloud/uncloud/__init__.py
2020-03-18 14:53:26 +01:00

4 lines
132 B
Python

# Define DecimalField properties, used to represent amounts of money.
# Used in pay and auth
AMOUNT_MAX_DIGITS=10
AMOUNT_DECIMALS=2