mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-13 20:56:54 +01:00
6 lines
146 B
Python
6 lines
146 B
Python
from . import ArtifactCard, Deck, SpellCard
|
|
|
|
__version__ = "1.0.0"
|
|
__author__ = "David GAILLETON"
|
|
__all__ = ["ArtifactCard", "Deck", "SpellCard"]
|