File size: 148 Bytes
b1ce64c
 
 
 
 
 
 
1
2
3
4
5
6
7
from dataclasses import dataclass
from models.gold_price_model import GoldPriceModel

@dataclass
class GoldPrice:
    value: float
    currency: str