mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-13 20:56:54 +01:00
7 lines
89 B
Python
7 lines
89 B
Python
from ex0.Card import Card
|
|
|
|
|
|
class Deck():
|
|
def __init__(self) -> None:
|
|
self:
|