uncloud/uncloud/__init__.py

5 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