1
0
This commit is contained in:
Jon Michael Aanes 2024-09-01 21:57:24 +02:00
parent 45afd85e60
commit 9b26066899
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -285,6 +285,7 @@ Commodity.COFFEE = Commodity('COFFEE')
# Well known
DKK = FiatCurrency('DKK')
NOK = FiatCurrency('NOK')
USD = FiatCurrency('USD')
EUR = FiatCurrency('EUR')
GBP = FiatCurrency('GBP')