from dataclasses import dataclass from typing import Union @dataclass class OtherStock: name:str = "gold" units:int = 7 price_per_unit : floa