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