Point

class stampdb.point.Point(time: float, data: List[int | float | str | bool])

A point in time with a list of values. To be used as an append primitive in StampDB.