import polars as pl

class Prices:
    low: float
    high: float

p = Prices()
_ = p.low
