Files
42-Piscine_Python/07/ex1/Deck.py
2026-02-17 15:27:24 +01:00

7 lines
89 B
Python

from ex0.Card import Card
class Deck():
def __init__(self) -> None:
self: