from dataclasses import dataclass from .Strategy import Strategy @dataclass class conditions(Strategy): id: str symbol: str condition: str value: float disabled: bool