kenken999's picture
teste
b1ce64c
raw
history blame
148 Bytes
from dataclasses import dataclass
from models.gold_price_model import GoldPriceModel
@dataclass
class GoldPrice:
value: float
currency: str