mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-14 05:06:55 +01:00
module 7 ex 0 to 2
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
from abc import ABC, abstractmethod
|
||||
from typing import Union
|
||||
|
||||
|
||||
class Card(ABC):
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from Card import Card
|
||||
from .Card import Card
|
||||
from typing import Dict, Union
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user