django-admin-confirm-briq/tests/market/constants.py

5 lines
63 B
Python

VALID_CURRENCIES = (
("CAD", "CAD"),
("USD", "USD"),
)