mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-04-29 00:24:34 +02:00
module 7 finished
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user