Contents:
CardGameTemplate
CardGameTemplate.play_game()
CardGameTemplate.print_controls()
CardGameTemplate.print_rules()
Bases: object
object
Template card game class that is meant to have methods overridden
Placeholder for method that starts playing card game
Placeholder for method that prints card game controls to screen
Placeholder for method that prints card game rules to screen