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