Help for deck.count

Project

deck

Function

count

Sample CLI

gway deck count

Full Code

def count(name="latest"):
    # Show how many cards are left in the deck (not DEALT)
    # Plus show the same suit % calculation as when drawing (we could make it a separate func.)
    pass