Files
42-Piscine_Python/07/ex1/__init__.py
2026-02-28 14:45:21 +01:00

6 lines
146 B
Python

from . import ArtifactCard, Deck, SpellCard
__version__ = "1.0.0"
__author__ = "David GAILLETON"
__all__ = ["ArtifactCard", "Deck", "SpellCard"]