module 7 finished

This commit is contained in:
2026-03-05 15:21:29 +01:00
parent 516ef290a7
commit 6e6df73007
9 changed files with 232 additions and 9 deletions

7
07/ex4/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
from .Rankable import Rankable
from .TournamentCard import TournamentCard
from .TournamentPlatform import TournamentPlatform
__version__ = "1.0.0"
__author__ = "dgaillet"
__all__ = ["Rankable", "TournamentCard", "TournamentPlatform"]