Card

class vox_cards.card.Card(card_data)

A class that represents cards. Should only be created through the deck class, however inheriting from this class to add additional functionality is encouraged.

Parameters:card_data (dict) – A dictionary with a suit and value.
Returns:A card class
Return type:Card