예제 #1
0
def main():
    baralho = Baralho()
    game = BlackJack(baralho)
    game.mostra_titulo()
    game.init()