mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-14 05:06:55 +01:00
module 7 ex1 + 0
This commit is contained in:
6
07/ex1/Deck.py
Normal file
6
07/ex1/Deck.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from ex0.Card import Card
|
||||
|
||||
|
||||
class Deck():
|
||||
def __init__(self) -> None:
|
||||
self:
|
||||
Reference in New Issue
Block a user