Project
Function
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
deck.count
gway deck count
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