VentureCardInfo

class VentureCardInfo(count: int = 0, numbers: list[int] = <factory>)

Bases: object

A dataclass holding Venture Card information.

numbers is a list containing every enabled Venture Card, and count is the number of enabled cards.

Methods

Attributes

count

numbers