mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-14 05:06:55 +01:00
module 7 finished
This commit is contained in:
7
07/ex4/__init__.py
Normal file
7
07/ex4/__init__.py
Normal 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"]
|
||||
Reference in New Issue
Block a user