mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-13 20:56:54 +01:00
8 lines
235 B
Python
8 lines
235 B
Python
from .Rankable import Rankable
|
|
from .TournamentCard import TournamentCard
|
|
from .TournamentPlatform import TournamentPlatform
|
|
|
|
__version__ = "1.0.0"
|
|
__author__ = "dgaillet"
|
|
__all__ = ["Rankable", "TournamentCard", "TournamentPlatform"]
|