maverick.enums.Suit#

class maverick.enums.Suit(*values)[source]#

Card suit enumeration.

Represents the four suits in a standard deck of playing cards.

HEARTS#

Hearts suit, represented by ‘H’.

Type:

str

SPADES#

Spades suit, represented by ‘S’.

Type:

str

CLUBS#

Clubs suit, represented by ‘C’.

Type:

str

DIAMONDS#

Diamonds suit, represented by ‘D’.

Type:

str

__init__(*args, **kwds)#

Attributes